Html Css Color HEX #716A31 Crete

📋 copy color: '#716A31'

red 113 ◦ green 106 ◦ blue 49

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

Shades of Crete #716A31

Tints of Crete #716A31

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.55%

 BLUE value IS 49 (19.53% from 255) = 18.28%

R = 42.16%
G = 39.55%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#716A31 (or 0x716A31) is known color: Crete. HEX triplet: 71, 6A and 31. RGB value is (113,106,49). Sum of RGB (Red+Green+Blue) = 113+106+49=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #716A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A31 is #8E95CE. Grayscale: #656565. Windows color (decimal): -9344463 or 3238513. OLE color: 3238513.

HSL color Cylindrical-coordinate representation of color #716A31: hue angle of 53.44º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #716A31 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 106 49 -
CMYK 0 0.06 0.57 0.56
HSL 53.44º 0.4% 0.32% -
HSV(B) 53.44º 0.57% 0.44% -
XYZ 12.52 14.04 4.96 -
YUV 101.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 113 106 49 0 0.06 0.57 0.56 53.44 0.4 0.32
Hex 71 6A 31 0 6 39 38 35 28 20
Octal 161 152 61 0 6 71 70 65 50 40
Binary 1110001 1101010 110001 0 110 111001 111000 110101 101000 100000

Color Harmonies of #716A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A31

Black with #716A31

Text Example


Text Example

White with #716A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,106,49); }

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

background-color css

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

 a { background-color: rgb(113,106,49); }

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

border-color css

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

 span { border-color: rgb(113,106,49); }

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