Html Css Color HEX #716B51 Crocodile

📋 copy color: '#716B51'

red 113 ◦ green 107 ◦ blue 81

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

Shades of Crocodile #716B51

Tints of Crocodile #716B51

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.55%

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

R = 37.54%
G = 35.55%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#716B51 (or 0x716B51) is known color: Crocodile. HEX triplet: 71, 6B and 51. RGB value is (113,107,81). Sum of RGB (Red+Green+Blue) = 113+107+81=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #716B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B51 is #8E94AE. Grayscale: #696969. Windows color (decimal): -9344175 or 5335921. OLE color: 5335921.

HSL color Cylindrical-coordinate representation of color #716B51: hue angle of 48.75º 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 #716B51 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 107 81 -
CMYK 0 0.05 0.28 0.56
HSL 48.75º 0.16% 0.38% -
HSV(B) 48.75º 0.28% 0.44% -
XYZ 13.55 14.62 9.89 -
YUV 105.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 113 107 81 0 0.05 0.28 0.56 48.75 0.16 0.38
Hex 71 6B 51 0 5 1C 38 31 10 26
Octal 161 153 121 0 5 34 70 61 20 46
Binary 1110001 1101011 1010001 0 101 11100 111000 110001 10000 100110

Color Harmonies of #716B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B51

Black with #716B51

Text Example


Text Example

White with #716B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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