#06521B

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

Shades of Crusoe #06521B

Tints of Crusoe #06521B

Color information

#06521B (or 0x06521B) is unknown color: approx Crusoe. HEX triplet: 06, 52 and 1B. RGB value is (6,82,27). Sum of RGB (Red+Green+Blue) = 6+82+27=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 82 (32.42% from 255 or 71.30% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 82 - color contains mainly: green. Hex color #06521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06521B is #F9ADE4. Grayscale: #353535. Windows color (decimal): -16362981 or 1790470. OLE color: 1790470.

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

Color convert

RGB68227-
CMYK0.9300.670.68
HSL136.58º86.36%17.25%-
HSV(B)136.58º92.68%32.16%-
XYZ3.296.152.05-
YUV53.01113.3294.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 82 (32.42% from 255) = 71.30%
BLUE value IS 27 (10.94% from 255) = 23.48%
R=5.22%
G=71.30%
B=23.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682270.9300.670.68136.5886.3617.25
Hex6521B5D04344895611
Octal612233135010310421112621
Binary110101001011011101110101000011100010010001001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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