#06661B

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

Shades of Crusoe #06661B

Tints of Crusoe #06661B

Color information

#06661B (or 0x06661B) is unknown color: approx Crusoe. HEX triplet: 06, 66 and 1B. RGB value is (6,102,27). Sum of RGB (Red+Green+Blue) = 6+102+27=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 102 (40.23% from 255 or 75.56% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 102 - color contains mainly: green. Hex color #06661B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06661B is #F999E4. Grayscale: #404040. Windows color (decimal): -16357861 or 1795590. OLE color: 1795590.

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

Color convert

RGB610227-
CMYK0.9400.740.6
HSL133.12º88.89%21.18%-
HSV(B)133.12º94.12%40%-
XYZ5.029.622.63-
YUV64.75106.786.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 102 (40.23% from 255) = 75.56%
BLUE value IS 27 (10.94% from 255) = 20%
R=4.44%
G=75.56%
B=20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6102270.9400.740.6133.1288.8921.18
Hex6661B5E04A3C855915
Octal61463313601127420513125
Binary11011001101101110111100100101011110010000101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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