Html Css Color HEX #716A49 Crocodile

📋 copy color: '#716A49'

red 113 ◦ green 106 ◦ blue 73

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

Shades of Crocodile #716A49

Tints of Crocodile #716A49

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.3%

 BLUE value IS 73 (28.91% from 255) = 25%

R = 38.7%
G = 36.3%
B = 25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#716A49 (or 0x716A49) is known color: Crocodile. HEX triplet: 71, 6A and 49. RGB value is (113,106,73). Sum of RGB (Red+Green+Blue) = 113+106+73=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #716A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A49 is #8E95B6. Grayscale: #686868. Windows color (decimal): -9344439 or 4811377. OLE color: 4811377.

HSL color Cylindrical-coordinate representation of color #716A49: hue angle of 49.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #716A49 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 106 73 -
CMYK 0 0.06 0.35 0.56
HSL 49.5º 0.22% 0.36% -
HSV(B) 49.5º 0.35% 0.44% -
XYZ 13.17 14.3 8.37 -
YUV 104.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 113 106 73 0 0.06 0.35 0.56 49.5 0.22 0.36
Hex 71 6A 49 0 6 23 38 32 16 24
Octal 161 152 111 0 6 43 70 62 26 44
Binary 1110001 1101010 1001001 0 110 100011 111000 110010 10110 100100

Color Harmonies of #716A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A49

Black with #716A49

Text Example


Text Example

White with #716A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,106,73); }

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

background-color css

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

 a { background-color: rgb(113,106,73); }

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

border-color css

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

 span { border-color: rgb(113,106,73); }

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