#06551C

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

Shades of Crusoe #06551C

Tints of Crusoe #06551C

Color information

#06551C (or 0x06551C) is unknown color: approx Crusoe. HEX triplet: 06, 55 and 1C. RGB value is (6,85,28). Sum of RGB (Red+Green+Blue) = 6+85+28=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #06551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06551C is #F9AAE3. Grayscale: #373737. Windows color (decimal): -16362212 or 1856774. OLE color: 1856774.

HSL color Cylindrical-coordinate representation of color #06551C: hue angle of 136.71º 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 #06551C is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB68528-
CMYK0.9300.670.67
HSL136.71º86.81%17.84%-
HSV(B)136.71º92.94%33.33%-
XYZ3.536.622.19-
YUV54.88112.8393.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 85 (33.59% from 255) = 71.43%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=5.04%
G=71.43%
B=23.53%

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
Decimal685280.9300.670.67136.7186.8117.84
Hex6551C5D04343895712
Octal612534135010310321112722
Binary110101010111100101110101000011100001110001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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