Html Css Color HEX #716D56 Crocodile

📋 copy color: '#716D56'

red 113 ◦ green 109 ◦ blue 86

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

Shades of Crocodile #716D56

Tints of Crocodile #716D56

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.39%

 BLUE value IS 86 (33.98% from 255) = 27.92%

R = 36.69%
G = 35.39%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#716D56 (or 0x716D56) is known color: Crocodile. HEX triplet: 71, 6D and 56. RGB value is (113,109,86). Sum of RGB (Red+Green+Blue) = 113+109+86=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 113 - color contains mainly: red. Hex color #716D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D56 is #8E92A9. Grayscale: #6B6B6B. Windows color (decimal): -9343658 or 5664113. OLE color: 5664113.

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

Color convert

RGB 113 109 86 -
CMYK 0 0.04 0.24 0.56
HSL 51.11º 0.14% 0.39% -
HSV(B) 51.11º 0.24% 0.44% -
XYZ 13.96 15.12 10.99 -
YUV 107.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 113 109 86 0 0.04 0.24 0.56 51.11 0.14 0.39
Hex 71 6D 56 0 4 18 38 33 E 27
Octal 161 155 126 0 4 30 70 63 16 47
Binary 1110001 1101101 1010110 0 100 11000 111000 110011 1110 100111

Color Harmonies of #716D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D56

Black with #716D56

Text Example


Text Example

White with #716D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,109,86); }

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

background-color css

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

 a { background-color: rgb(113,109,86); }

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

border-color css

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

 span { border-color: rgb(113,109,86); }

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