#65614E

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

Shades of Crocodile #65614E

Tints of Crocodile #65614E

Color information

#65614E (or 0x65614E) is unknown color: approx Crocodile. HEX triplet: 65, 61 and 4E. RGB value is (101,97,78). Sum of RGB (Red+Green+Blue) = 101+97+78=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 101 - color contains mainly: red. Hex color #65614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65614E is #9A9EB1. Grayscale: #606060. Windows color (decimal): -10133170 or 5136741. OLE color: 5136741.

HSL color Cylindrical-coordinate representation of color #65614E: hue angle of 49.57º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65614E is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB1019778-
CMYK00.040.230.60
HSL49.57º12.85%35.1%-
HSV(B)49.57º22.77%39.61%-
XYZ11.0211.878.92-
YUV96.03117.83131.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.59%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=36.59%
G=35.14%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101977800.040.230.6049.5712.8535.1
Hex65614E04173C32d23
Octal145141116042774621543
Binary1100101110000110011100100101111111001100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,97,78); }

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

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

 a { background-color: rgb(101,97,78); }

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

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

 span { border-color: rgb(101,97,78); }

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