Html Css Color HEX #716C55 Crocodile

📋 copy color: '#716C55'

red 113 ◦ green 108 ◦ blue 85

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

Shades of Crocodile #716C55

Tints of Crocodile #716C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.29%

 BLUE value IS 85 (33.59% from 255) = 27.78%

R = 36.93%
G = 35.29%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#716C55 (or 0x716C55) is known color: Crocodile. HEX triplet: 71, 6C and 55. RGB value is (113,108,85). Sum of RGB (Red+Green+Blue) = 113+108+85=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 113 - color contains mainly: red. Hex color #716C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C55 is #8E93AA. Grayscale: #6A6A6A. Windows color (decimal): -9343915 or 5598321. OLE color: 5598321.

HSL color Cylindrical-coordinate representation of color #716C55: hue angle of 49.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #716C55 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 108 85 -
CMYK 0 0.04 0.25 0.56
HSL 49.29º 0.14% 0.39% -
HSV(B) 49.29º 0.25% 0.44% -
XYZ 13.81 14.89 10.74 -
YUV 106.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 113 108 85 0 0.04 0.25 0.56 49.29 0.14 0.39
Hex 71 6C 55 0 4 19 38 31 E 27
Octal 161 154 125 0 4 31 70 61 16 47
Binary 1110001 1101100 1010101 0 100 11001 111000 110001 1110 100111

Color Harmonies of #716C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C55

Black with #716C55

Text Example


Text Example

White with #716C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,108,85); }

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

background-color css

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

 a { background-color: rgb(113,108,85); }

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

border-color css

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

 span { border-color: rgb(113,108,85); }

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