#06542E

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

Shades of Crusoe #06542E

Tints of Crusoe #06542E

Color information

#06542E (or 0x06542E) is unknown color: approx Crusoe. HEX triplet: 06, 54 and 2E. RGB value is (6,84,46). Sum of RGB (Red+Green+Blue) = 6+84+46=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #06542E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06542E is #F9ABD1. Grayscale: #383838. Windows color (decimal): -16362450 or 3036166. OLE color: 3036166.

HSL color Cylindrical-coordinate representation of color #06542E: hue angle of 150.77º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06542E is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB68446-
CMYK0.9300.450.67
HSL150.77º86.67%17.65%-
HSV(B)150.77º92.86%32.94%-
XYZ3.746.583.66-
YUV56.35122.1692.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 84 (33.20% from 255) = 61.76%
BLUE value IS 46 (18.36% from 255) = 33.82%
R=4.41%
G=61.76%
B=33.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal684460.9300.450.67150.7786.6717.65
Hex6542E5D02D43975712
Octal61245613505510322712722
Binary110101010010111010111010101101100001110010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,84,46); }

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

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

 a { background-color: rgb(6,84,46); }

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

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

 span { border-color: rgb(6,84,46); }

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