Html Css Color HEX #716E53 Crocodile

📋 copy color: '#716E53'

red 113 ◦ green 110 ◦ blue 83

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

Shades of Crocodile #716E53

Tints of Crocodile #716E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.12%

R = 36.93%
G = 35.95%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#716E53 (or 0x716E53) is known color: Crocodile. HEX triplet: 71, 6E and 53. RGB value is (113,110,83). Sum of RGB (Red+Green+Blue) = 113+110+83=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 113 - color contains mainly: red. Hex color #716E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E53 is #8E91AC. Grayscale: #6B6B6B. Windows color (decimal): -9343405 or 5467761. OLE color: 5467761.

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

Color convert

RGB 113 110 83 -
CMYK 0 0.03 0.27 0.56
HSL 54º 0.15% 0.38% -
HSV(B) 54º 0.27% 0.44% -
XYZ 13.95 15.29 10.4 -
YUV 107.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 113 110 83 0 0.03 0.27 0.56 54 0.15 0.38
Hex 71 6E 53 0 3 1B 38 36 F 26
Octal 161 156 123 0 3 33 70 66 17 46
Binary 1110001 1101110 1010011 0 11 11011 111000 110110 1111 100110

Color Harmonies of #716E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E53

Black with #716E53

Text Example


Text Example

White with #716E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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