#06541C

Color #06541C Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #06541C

Tints of Crusoe #06541C

Color information

#06541C (or 0x06541C) is unknown color: approx Crusoe. HEX triplet: 06, 54 and 1C. RGB value is (6,84,28). Sum of RGB (Red+Green+Blue) = 6+84+28=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 84 (33.20% from 255 or 71.19% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 84 - color contains mainly: green. Hex color #06541C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06541C is #F9ABE3. Grayscale: #363636. Windows color (decimal): -16362468 or 1856518. OLE color: 1856518.

HSL color Cylindrical-coordinate representation of color #06541C: hue angle of 136.92º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06541C is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB68428-
CMYK0.9300.670.67
HSL136.92º86.67%17.65%-
HSV(B)136.92º92.86%32.94%-
XYZ3.466.462.16-
YUV54.29113.1693.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 84 (33.20% from 255) = 71.19%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=5.08%
G=71.19%
B=23.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal684280.9300.670.67136.9286.6717.65
Hex6541C5D04343895712
Octal612434135010310321112722
Binary110101010011100101110101000011100001110001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06541C; }

 p { color: rgb(6,84,28); }

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

<style>
 a { background-color: #06541C; }

 a { background-color: rgb(6,84,28); }

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

<style>
 span { border-color: #06541C; }

 span { border-color: rgb(6,84,28); }

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