#06662A

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

Shades of Crusoe #06662A

Tints of Crusoe #06662A

Color information

#06662A (or 0x06662A) is unknown color: approx Crusoe. HEX triplet: 06, 66 and 2A. RGB value is (6,102,42). Sum of RGB (Red+Green+Blue) = 6+102+42=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 102 (40.23% from 255 or 68% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 102 - color contains mainly: green. Hex color #06662A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06662A is #F999D5. Grayscale: #424242. Windows color (decimal): -16357846 or 2778630. OLE color: 2778630.

HSL color Cylindrical-coordinate representation of color #06662A: hue angle of 142.5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06662A is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB610242-
CMYK0.9400.590.6
HSL142.5º88.89%21.18%-
HSV(B)142.5º94.12%40%-
XYZ5.249.713.79-
YUV66.46114.284.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 102 (40.23% from 255) = 68%
BLUE value IS 42 (16.80% from 255) = 28%
R=4%
G=68%
B=28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6102420.9400.590.6142.588.8921.18
Hex6662A5E03B3C8e5915
Octal6146521360737421613125
Binary11011001101010101011110011101111110010001110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,102,42); }

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

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

 a { background-color: rgb(6,102,42); }

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

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

 span { border-color: rgb(6,102,42); }

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