#06531A

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

Shades of Crusoe #06531A

Tints of Crusoe #06531A

Color information

#06531A (or 0x06531A) is unknown color: approx Crusoe. HEX triplet: 06, 53 and 1A. RGB value is (6,83,26). Sum of RGB (Red+Green+Blue) = 6+83+26=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 83 (32.81% from 255 or 72.17% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 83 - color contains mainly: green. Hex color #06531A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06531A is #F9ACE5. Grayscale: #353535. Windows color (decimal): -16362726 or 1725190. OLE color: 1725190.

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

Color convert

RGB68326-
CMYK0.9300.690.67
HSL135.58º86.52%17.45%-
HSV(B)135.58º92.77%32.55%-
XYZ3.356.32.02-
YUV53.48112.4994.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 83 (32.81% from 255) = 72.17%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=5.22%
G=72.17%
B=22.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683260.9300.690.67135.5886.5217.45
Hex6531A5D04543885711
Octal612332135010510321012721
Binary110101001111010101110101000101100001110001000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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