#065616

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

Shades of Crusoe #065616

Tints of Crusoe #065616

Color information

#065616 (or 0x065616) is unknown color: approx Crusoe. HEX triplet: 06, 56 and 16. RGB value is (6,86,22). Sum of RGB (Red+Green+Blue) = 6+86+22=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 86 (33.98% from 255 or 75.44% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 86 - color contains mainly: green. Hex color #065616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065616 is #F9A9E9. Grayscale: #363636. Windows color (decimal): -16361962 or 1463814. OLE color: 1463814.

HSL color Cylindrical-coordinate representation of color #065616: hue angle of 132º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065616 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB68622-
CMYK0.9300.740.66
HSL132º86.96%18.04%-
HSV(B)132º93.02%33.73%-
XYZ3.556.751.88-
YUV54.78109.593.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 86 (33.98% from 255) = 75.44%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=5.26%
G=75.44%
B=19.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686220.9300.740.6613286.9618.04
Hex656165D04A42845712
Octal612626135011210220412722
Binary110101011010110101110101001010100001010000100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065616; }

 p { color: rgb(6,86,22); }

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

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

 a { background-color: rgb(6,86,22); }

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

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

 span { border-color: rgb(6,86,22); }

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