#06652C

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

Shades of Crusoe #06652C

Tints of Crusoe #06652C

Color information

#06652C (or 0x06652C) is unknown color: approx Crusoe. HEX triplet: 06, 65 and 2C. RGB value is (6,101,44). Sum of RGB (Red+Green+Blue) = 6+101+44=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 101 (39.84% from 255 or 66.89% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 101 - color contains mainly: green. Hex color #06652C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06652C is #F99AD3. Grayscale: #424242. Windows color (decimal): -16358100 or 2909446. OLE color: 2909446.

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

Color convert

RGB610144-
CMYK0.9400.560.60
HSL144º88.79%20.98%-
HSV(B)144º94.06%39.61%-
XYZ5.189.533.95-
YUV66.1115.5385.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 101 (39.84% from 255) = 66.89%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=3.97%
G=66.89%
B=29.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6101440.9400.560.6014488.7920.98
Hex6652C5E0383C905915
Octal6145541360707422013125
Binary11011001011011001011110011100011110010010000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06652C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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