#716B4B

Color #716B4B Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #716B4B

Tints of Crocodile #716B4B

Color information

#716B4B (or 0x716B4B) is unknown color: approx Crocodile. HEX triplet: 71, 6B and 4B. RGB value is (113,107,75). Sum of RGB (Red+Green+Blue) = 113+107+75=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #716B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B4B is #8E94B4. Grayscale: #696969. Windows color (decimal): -9344181 or 4942705. OLE color: 4942705.

HSL color Cylindrical-coordinate representation of color #716B4B: hue angle of 50.53º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #716B4B is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB11310775-
CMYK00.050.340.56
HSL50.53º20.21%36.86%-
HSV(B)50.53º33.63%44.31%-
XYZ13.3414.538.76-
YUV105.15110.99133.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=38.31%
G=36.27%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131077500.050.340.5650.5320.2136.86
Hex716B4B052238331425
Octal161153113054270632445
Binary111000111010111001011010110001011100011001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #716B4B;
 }
 .AnyTagClassName
 {
   color: #716B4B;
 }
</style>
background-color css

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

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

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

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

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

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