#06843E

Color #06843E Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #06843E

Tints of Salem #06843E

Color information

#06843E (or 0x06843E) is unknown color: approx Salem. HEX triplet: 06, 84 and 3E. RGB value is (6,132,62). Sum of RGB (Red+Green+Blue) = 6+132+62=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #06843E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06843E is #F97BC1. Grayscale: #565656. Windows color (decimal): -16350146 or 4097030. OLE color: 4097030.

HSL color Cylindrical-coordinate representation of color #06843E: hue angle of 146.67º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06843E is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB613262-
CMYK0.9500.530.48
HSL146.67º91.3%27.06%-
HSV(B)146.67º95.45%51.76%-
XYZ9.216.897.33-
YUV86.35114.2670.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 3%
GREEN value IS 132 (51.95% from 255) = 66%
BLUE value IS 62 (24.61% from 255) = 31%
R=3%
G=66%
B=31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6132620.9500.530.48146.6791.327.06
Hex6843E5F03530935b1b
Octal6204761370656022313333
Binary110100001001111101011111011010111000010010011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06843E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06843E; }

 p { color: rgb(6,132,62); }

 H1.HeaderClassName
 {
   color: #06843E;
 }
 .AnyTagClassName
 {
   color: #06843E;
 }
</style>
background-color css

<style>
 a { background-color: #06843E; }

 a { background-color: rgb(6,132,62); }

 div.DivClassName
 {
   background-color: #06843E;
 }
 .BgClassName
 {
   background-color: #06843E;
 }
</style>
border-color css

<style>
 span { border-color: #06843E; }

 span { border-color: rgb(6,132,62); }

 td.TdClassName
 {
   border-color: #06843E;
 }
 .TagClassName
 {
   border-color: #06843E;
 }
</style>