Html Css Color HEX #716951 Crocodile

📋 copy color: '#716951'

red 113 ◦ green 105 ◦ blue 81

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

Shades of Crocodile #716951

Tints of Crocodile #716951

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.12%

 BLUE value IS 81 (32.03% from 255) = 27.09%

R = 37.79%
G = 35.12%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#716951 (or 0x716951) is known color: Crocodile. HEX triplet: 71, 69 and 51. RGB value is (113,105,81). Sum of RGB (Red+Green+Blue) = 113+105+81=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #716951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716951 is #8E96AE. Grayscale: #686868. Windows color (decimal): -9344687 or 5335409. OLE color: 5335409.

HSL color Cylindrical-coordinate representation of color #716951: hue angle of 45º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #716951 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 81 -
CMYK 0 0.07 0.28 0.56
HSL 45º 0.16% 0.38% -
HSV(B) 45º 0.28% 0.44% -
XYZ 13.35 14.21 9.82 -
YUV 104.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 113 105 81 0 0.07 0.28 0.56 45 0.16 0.38
Hex 71 69 51 0 7 1C 38 2D 10 26
Octal 161 151 121 0 7 34 70 55 20 46
Binary 1110001 1101001 1010001 0 111 11100 111000 101101 10000 100110

Color Harmonies of #716951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716951

Black with #716951

Text Example


Text Example

White with #716951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716951; }

 p { color: rgb(113,105,81); }

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

background-color css

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

 a { background-color: rgb(113,105,81); }

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

border-color css

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

 span { border-color: rgb(113,105,81); }

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