#65614F

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

Shades of Crocodile #65614F

Tints of Crocodile #65614F

Color information

#65614F (or 0x65614F) is unknown color: approx Crocodile. HEX triplet: 65, 61 and 4F. RGB value is (101,97,79). Sum of RGB (Red+Green+Blue) = 101+97+79=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 101 - color contains mainly: red. Hex color #65614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65614F is #9A9EB0. Grayscale: #606060. Windows color (decimal): -10133169 or 5202277. OLE color: 5202277.

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

Color convert

RGB1019779-
CMYK00.040.220.60
HSL49.09º12.22%35.29%-
HSV(B)49.09º21.78%39.61%-
XYZ11.0511.889.11-
YUV96.14118.33131.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=36.46%
G=35.02%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101977900.040.220.6049.0912.2235.29
Hex65614F04163C31c23
Octal145141117042674611443
Binary1100101110000110011110100101101111001100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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