#06661C

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

Shades of Crusoe #06661C

Tints of Crusoe #06661C

Color information

#06661C (or 0x06661C) is unknown color: approx Crusoe. HEX triplet: 06, 66 and 1C. RGB value is (6,102,28). Sum of RGB (Red+Green+Blue) = 6+102+28=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 102 (40.23% from 255 or 75% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 102 - color contains mainly: green. Hex color #06661C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06661C is #F999E3. Grayscale: #414141. Windows color (decimal): -16357860 or 1861126. OLE color: 1861126.

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

Color convert

RGB610228-
CMYK0.9400.730.6
HSL133.75º88.89%21.18%-
HSV(B)133.75º94.12%40%-
XYZ5.049.632.69-
YUV64.86107.286.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 102 (40.23% from 255) = 75%
BLUE value IS 28 (11.33% from 255) = 20.59%
R=4.41%
G=75%
B=20.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6102280.9400.730.6133.7588.8921.18
Hex6661C5E0493C865915
Octal61463413601117420613125
Binary11011001101110010111100100100111110010000110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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