#716B35

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

Shades of Crete #716B35

Tints of Crete #716B35

Color information

#716B35 (or 0x716B35) is unknown color: approx Crete. HEX triplet: 71, 6B and 35. RGB value is (113,107,53). Sum of RGB (Red+Green+Blue) = 113+107+53=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #716B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B35 is #8E94CA. Grayscale: #666666. Windows color (decimal): -9344203 or 3500913. OLE color: 3500913.

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

Color convert

RGB11310753-
CMYK00.050.530.56
HSL54º36.14%32.55%-
HSV(B)54º53.1%44.31%-
XYZ12.7114.285.46-
YUV102.6499.99135.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=41.39%
G=39.19%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131075300.050.530.565436.1432.55
Hex716B35053538362421
Octal16115365056570664441
Binary111000111010111101010101110101111000110110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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