#06661F

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

Shades of Crusoe #06661F

Tints of Crusoe #06661F

Color information

#06661F (or 0x06661F) is unknown color: approx Crusoe. HEX triplet: 06, 66 and 1F. RGB value is (6,102,31). Sum of RGB (Red+Green+Blue) = 6+102+31=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 102 (40.23% from 255 or 73.38% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 102 - color contains mainly: green. Hex color #06661F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06661F is #F999E0. Grayscale: #414141. Windows color (decimal): -16357857 or 2057734. OLE color: 2057734.

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

Color convert

RGB610231-
CMYK0.9400.700.6
HSL135.62º88.89%21.18%-
HSV(B)135.62º94.12%40%-
XYZ5.079.642.89-
YUV65.2108.785.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 102 (40.23% from 255) = 73.38%
BLUE value IS 31 (12.5% from 255) = 22.30%
R=4.32%
G=73.38%
B=22.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6102310.9400.700.6135.6288.8921.18
Hex6661F5E0463C885915
Octal61463713601067421013125
Binary11011001101111110111100100011011110010001000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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