#06652D

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

Shades of Crusoe #06652D

Tints of Crusoe #06652D

Color information

#06652D (or 0x06652D) is unknown color: approx Crusoe. HEX triplet: 06, 65 and 2D. RGB value is (6,101,45). Sum of RGB (Red+Green+Blue) = 6+101+45=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #06652D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06652D is #F99AD2. Grayscale: #424242. Windows color (decimal): -16358099 or 2974982. OLE color: 2974982.

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

Color convert

RGB610145-
CMYK0.9400.550.60
HSL144.63º88.79%20.98%-
HSV(B)144.63º94.06%39.61%-
XYZ5.29.544.05-
YUV66.21116.0385.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 101 (39.84% from 255) = 66.45%
BLUE value IS 45 (17.97% from 255) = 29.61%
R=3.95%
G=66.45%
B=29.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6101450.9400.550.60144.6388.7920.98
Hex6652D5E0373C915915
Octal6145551360677422113125
Binary11011001011011011011110011011111110010010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,101,45); }

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

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

 a { background-color: rgb(6,101,45); }

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

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

 span { border-color: rgb(6,101,45); }

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