Html Css Color HEX #716B56 Crocodile

📋 copy color: '#716B56'

red 113 ◦ green 107 ◦ blue 86

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

Shades of Crocodile #716B56

Tints of Crocodile #716B56

RGB

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

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

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

R = 36.93%
G = 34.97%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#716B56 (or 0x716B56) is known color: Crocodile. HEX triplet: 71, 6B and 56. RGB value is (113,107,86). Sum of RGB (Red+Green+Blue) = 113+107+86=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 113 - color contains mainly: red. Hex color #716B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B56 is #8E94A9. Grayscale: #6A6A6A. Windows color (decimal): -9344170 or 5663601. OLE color: 5663601.

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

Color convert

RGB 113 107 86 -
CMYK 0 0.05 0.24 0.56
HSL 46.67º 0.14% 0.39% -
HSV(B) 46.67º 0.24% 0.44% -
XYZ 13.75 14.7 10.92 -
YUV 106.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 113 107 86 0 0.05 0.24 0.56 46.67 0.14 0.39
Hex 71 6B 56 0 5 18 38 2F E 27
Octal 161 153 126 0 5 30 70 57 16 47
Binary 1110001 1101011 1010110 0 101 11000 111000 101111 1110 100111

Color Harmonies of #716B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B56

Black with #716B56

Text Example


Text Example

White with #716B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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