#06651F

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

Shades of Crusoe #06651F

Tints of Crusoe #06651F

Color information

#06651F (or 0x06651F) is unknown color: approx Crusoe. HEX triplet: 06, 65 and 1F. RGB value is (6,101,31). Sum of RGB (Red+Green+Blue) = 6+101+31=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 101 (39.84% from 255 or 73.19% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 101 - color contains mainly: green. Hex color #06651F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06651F is #F99AE0. Grayscale: #404040. Windows color (decimal): -16358113 or 2057478. OLE color: 2057478.

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

Color convert

RGB610131-
CMYK0.9400.690.60
HSL135.79º88.79%20.98%-
HSV(B)135.79º94.06%39.61%-
XYZ4.989.452.86-
YUV64.61109.0386.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 101 (39.84% from 255) = 73.19%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=4.35%
G=73.19%
B=22.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6101310.9400.690.60135.7988.7920.98
Hex6651F5E0453C885915
Octal61453713601057421013125
Binary11011001011111110111100100010111110010001000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06651F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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