#06531F

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

Shades of Crusoe #06531F

Tints of Crusoe #06531F

Color information

#06531F (or 0x06531F) is unknown color: approx Crusoe. HEX triplet: 06, 53 and 1F. RGB value is (6,83,31). Sum of RGB (Red+Green+Blue) = 6+83+31=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #06531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06531F is #F9ACE0. Grayscale: #363636. Windows color (decimal): -16362721 or 2052870. OLE color: 2052870.

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

Color convert

RGB68331-
CMYK0.9300.630.67
HSL139.48º86.52%17.45%-
HSV(B)139.48º92.77%32.55%-
XYZ3.426.322.34-
YUV54.05114.9993.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 83 (32.81% from 255) = 69.17%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=5%
G=69.17%
B=25.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683310.9300.630.67139.4886.5217.45
Hex6531F5D03F438b5711
Octal61233713507710321312721
Binary11010100111111110111010111111100001110001011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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