#06651E

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

Shades of Crusoe #06651E

Tints of Crusoe #06651E

Color information

#06651E (or 0x06651E) is unknown color: approx Crusoe. HEX triplet: 06, 65 and 1E. RGB value is (6,101,30). Sum of RGB (Red+Green+Blue) = 6+101+30=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 101 (39.84% from 255 or 73.72% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 101 - color contains mainly: green. Hex color #06651E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06651E is #F99AE1. Grayscale: #404040. Windows color (decimal): -16358114 or 1991942. OLE color: 1991942.

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

Color convert

RGB610130-
CMYK0.9400.700.60
HSL135.16º88.79%20.98%-
HSV(B)135.16º94.06%39.61%-
XYZ4.969.442.79-
YUV64.5108.5386.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 101 (39.84% from 255) = 73.72%
BLUE value IS 30 (12.11% from 255) = 21.90%
R=4.38%
G=73.72%
B=21.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6101300.9400.700.60135.1688.7920.98
Hex6651E5E0463C875915
Octal61453613601067420713125
Binary11011001011111010111100100011011110010000111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06651E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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