Html Css Color HEX #716E55 Crocodile

📋 copy color: '#716E55'

red 113 ◦ green 110 ◦ blue 85

#716E55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crocodile #716E55

Tints of Crocodile #716E55

RGB

 RED value IS 113 (44.53% from 255) = 36.69%

 GREEN value IS 110 (43.36% from 255) = 35.71%

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 36.69%
G = 35.71%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#716E55 (or 0x716E55) is known color: Crocodile. HEX triplet: 71, 6E and 55. RGB value is (113,110,85). Sum of RGB (Red+Green+Blue) = 113+110+85=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 113 - color contains mainly: red. Hex color #716E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E55 is #8E91AA. Grayscale: #6C6C6C. Windows color (decimal): -9343403 or 5598833. OLE color: 5598833.

HSL color Cylindrical-coordinate representation of color #716E55: hue angle of 53.57º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #716E55 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 110 85 -
CMYK 0 0.03 0.25 0.56
HSL 53.57º 0.14% 0.39% -
HSV(B) 53.57º 0.25% 0.44% -
XYZ 14.03 15.32 10.81 -
YUV 108.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 113 110 85 0 0.03 0.25 0.56 53.57 0.14 0.39
Hex 71 6E 55 0 3 19 38 36 E 27
Octal 161 156 125 0 3 31 70 66 16 47
Binary 1110001 1101110 1010101 0 11 11001 111000 110110 1110 100111

Color Harmonies of #716E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E55

Black with #716E55

Text Example


Text Example

White with #716E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716E55; }

 p { color: rgb(113,110,85); }

 H1.HeaderClassName
 {
   color: #716E55;
 }
 .AnyTagClassName
 {
   color: #716E55;
 }
</style>

background-color css

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

 a { background-color: rgb(113,110,85); }

 div.DivClassName
 {
   background-color: #716E55;
 }
 .BgClassName
 {
   background-color: #716E55;
 }
</style>

border-color css

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

 span { border-color: rgb(113,110,85); }

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