#06571B

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

Shades of Crusoe #06571B

Tints of Crusoe #06571B

Color information

#06571B (or 0x06571B) is unknown color: approx Crusoe. HEX triplet: 06, 57 and 1B. RGB value is (6,87,27). Sum of RGB (Red+Green+Blue) = 6+87+27=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 87 (34.38% from 255 or 72.5% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 87 - color contains mainly: green. Hex color #06571B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06571B is #F9A8E4. Grayscale: #383838. Windows color (decimal): -16361701 or 1791750. OLE color: 1791750.

HSL color Cylindrical-coordinate representation of color #06571B: hue angle of 135.56º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06571B is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB68727-
CMYK0.9300.690.66
HSL135.56º87.1%18.24%-
HSV(B)135.56º93.1%34.12%-
XYZ3.686.932.18-
YUV55.94111.6692.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 87 (34.38% from 255) = 72.5%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=5%
G=72.5%
B=22.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal687270.9300.690.66135.5687.118.24
Hex6571B5D04542885712
Octal612733135010510221012722
Binary110101011111011101110101000101100001010001000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06571B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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