#06531B

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

Shades of Crusoe #06531B

Tints of Crusoe #06531B

Color information

#06531B (or 0x06531B) is unknown color: approx Crusoe. HEX triplet: 06, 53 and 1B. RGB value is (6,83,27). Sum of RGB (Red+Green+Blue) = 6+83+27=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 83 (32.81% from 255 or 71.55% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 83 - color contains mainly: green. Hex color #06531B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06531B is #F9ACE4. Grayscale: #353535. Windows color (decimal): -16362725 or 1790726. OLE color: 1790726.

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

Color convert

RGB68327-
CMYK0.9300.670.67
HSL136.36º86.52%17.45%-
HSV(B)136.36º92.77%32.55%-
XYZ3.376.32.08-
YUV53.59112.9994.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 83 (32.81% from 255) = 71.55%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=5.17%
G=71.55%
B=23.28%

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
Decimal683270.9300.670.67136.3686.5217.45
Hex6531B5D04343885711
Octal612333135010310321012721
Binary110101001111011101110101000011100001110001000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06531B; }

 p { color: rgb(6,83,27); }

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

<style>
 a { background-color: #06531B; }

 a { background-color: rgb(6,83,27); }

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

<style>
 span { border-color: #06531B; }

 span { border-color: rgb(6,83,27); }

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