#06642E

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

Shades of Crusoe #06642E

Tints of Crusoe #06642E

Color information

#06642E (or 0x06642E) is unknown color: approx Crusoe. HEX triplet: 06, 64 and 2E. RGB value is (6,100,46). Sum of RGB (Red+Green+Blue) = 6+100+46=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 100 (39.45% from 255 or 65.79% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 100 - color contains mainly: green. Hex color #06642E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06642E is #F99BD1. Grayscale: #414141. Windows color (decimal): -16358354 or 3040262. OLE color: 3040262.

HSL color Cylindrical-coordinate representation of color #06642E: hue angle of 145.53º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06642E is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB610046-
CMYK0.9400.540.61
HSL145.53º88.68%20.78%-
HSV(B)145.53º94%39.22%-
XYZ5.139.354.12-
YUV65.74116.8685.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 100 (39.45% from 255) = 65.79%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=3.95%
G=65.79%
B=30.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6100460.9400.540.61145.5388.6820.78
Hex6642E5E0363D925915
Octal6144561360667522213125
Binary11011001001011101011110011011011110110010010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06642E; }

 p { color: rgb(6,100,46); }

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

<style>
 a { background-color: #06642E; }

 a { background-color: rgb(6,100,46); }

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

<style>
 span { border-color: #06642E; }

 span { border-color: rgb(6,100,46); }

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