#06521E

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

Shades of Crusoe #06521E

Tints of Crusoe #06521E

Color information

#06521E (or 0x06521E) is unknown color: approx Crusoe. HEX triplet: 06, 52 and 1E. RGB value is (6,82,30). Sum of RGB (Red+Green+Blue) = 6+82+30=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 82 (32.42% from 255 or 69.49% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 82 - color contains mainly: green. Hex color #06521E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06521E is #F9ADE1. Grayscale: #353535. Windows color (decimal): -16362978 or 1987078. OLE color: 1987078.

HSL color Cylindrical-coordinate representation of color #06521E: hue angle of 138.95º 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 #06521E is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB68230-
CMYK0.9300.630.68
HSL138.95º86.36%17.25%-
HSV(B)138.95º92.68%32.16%-
XYZ3.336.172.24-
YUV53.35114.8294.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 82 (32.42% from 255) = 69.49%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=5.08%
G=69.49%
B=25.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682300.9300.630.68138.9586.3617.25
Hex6521E5D03F448b5611
Octal61223613507710421312621
Binary11010100101111010111010111111100010010001011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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