#06561C

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

Shades of Crusoe #06561C

Tints of Crusoe #06561C

Color information

#06561C (or 0x06561C) is unknown color: approx Crusoe. HEX triplet: 06, 56 and 1C. RGB value is (6,86,28). Sum of RGB (Red+Green+Blue) = 6+86+28=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 86 (33.98% from 255 or 71.67% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 86 - color contains mainly: green. Hex color #06561C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06561C is #F9A9E3. Grayscale: #373737. Windows color (decimal): -16361956 or 1857030. OLE color: 1857030.

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

Color convert

RGB68628-
CMYK0.9300.670.66
HSL136.5º86.96%18.04%-
HSV(B)136.5º93.02%33.73%-
XYZ3.616.782.22-
YUV55.47112.592.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 86 (33.98% from 255) = 71.67%
BLUE value IS 28 (11.33% from 255) = 23.33%
R=5%
G=71.67%
B=23.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686280.9300.670.66136.586.9618.04
Hex6561C5D04342885712
Octal612634135010310221012722
Binary110101011011100101110101000011100001010001000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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