#065414

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

Shades of Crusoe #065414

Tints of Crusoe #065414

Color information

#065414 (or 0x065414) is unknown color: approx Crusoe. HEX triplet: 06, 54 and 14. RGB value is (6,84,20). Sum of RGB (Red+Green+Blue) = 6+84+20=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 84 (33.20% from 255 or 76.36% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 84 - color contains mainly: green. Hex color #065414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065414 is #F9ABEB. Grayscale: #353535. Windows color (decimal): -16362476 or 1332230. OLE color: 1332230.

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

Color convert

RGB68420-
CMYK0.9300.760.67
HSL130.77º86.67%17.65%-
HSV(B)130.77º92.86%32.94%-
XYZ3.376.431.73-
YUV53.38109.1694.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 84 (33.20% from 255) = 76.36%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=5.45%
G=76.36%
B=18.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal684200.9300.760.67130.7786.6717.65
Hex654145D04C43835712
Octal612424135011410320312722
Binary110101010010100101110101001100100001110000011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065414; }

 p { color: rgb(6,84,20); }

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

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

 a { background-color: rgb(6,84,20); }

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

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

 span { border-color: rgb(6,84,20); }

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