#06661E

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

Shades of Crusoe #06661E

Tints of Crusoe #06661E

Color information

#06661E (or 0x06661E) is unknown color: approx Crusoe. HEX triplet: 06, 66 and 1E. RGB value is (6,102,30). Sum of RGB (Red+Green+Blue) = 6+102+30=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 102 (40.23% from 255 or 73.91% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 102 - color contains mainly: green. Hex color #06661E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06661E is #F999E1. Grayscale: #414141. Windows color (decimal): -16357858 or 1992198. OLE color: 1992198.

HSL color Cylindrical-coordinate representation of color #06661E: hue angle of 135º 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 #06661E is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB610230-
CMYK0.9400.710.6
HSL135º88.89%21.18%-
HSV(B)135º94.12%40%-
XYZ5.069.642.82-
YUV65.09108.285.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 102 (40.23% from 255) = 73.91%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=4.35%
G=73.91%
B=21.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6102300.9400.710.613588.8921.18
Hex6661E5E0473C875915
Octal61463613601077420713125
Binary11011001101111010111100100011111110010000111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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