#06661D

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

Shades of Crusoe #06661D

Tints of Crusoe #06661D

Color information

#06661D (or 0x06661D) is unknown color: approx Crusoe. HEX triplet: 06, 66 and 1D. RGB value is (6,102,29). Sum of RGB (Red+Green+Blue) = 6+102+29=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #06661D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06661D is #F999E2. Grayscale: #414141. Windows color (decimal): -16357859 or 1926662. OLE color: 1926662.

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

Color convert

RGB610229-
CMYK0.9400.720.6
HSL134.38º88.89%21.18%-
HSV(B)134.38º94.12%40%-
XYZ5.059.632.76-
YUV64.97107.785.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 102 (40.23% from 255) = 74.45%
BLUE value IS 29 (11.72% from 255) = 21.17%
R=4.38%
G=74.45%
B=21.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6102290.9400.720.6134.3888.8921.18
Hex6661D5E0483C865915
Octal61463513601107420613125
Binary11011001101110110111100100100011110010000110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06661D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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