Html Css Color HEX #716D34 Crete

📋 copy color: '#716D34'

red 113 ◦ green 109 ◦ blue 52

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

Shades of Crete #716D34

Tints of Crete #716D34

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.78%

 BLUE value IS 52 (20.7% from 255) = 18.98%

R = 41.24%
G = 39.78%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#716D34 (or 0x716D34) is known color: Crete. HEX triplet: 71, 6D and 34. RGB value is (113,109,52). Sum of RGB (Red+Green+Blue) = 113+109+52=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #716D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D34 is #8E92CB. Grayscale: #676767. Windows color (decimal): -9343692 or 3435889. OLE color: 3435889.

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

Color convert

RGB 113 109 52 -
CMYK 0 0.04 0.54 0.56
HSL 56.07º 0.37% 0.32% -
HSV(B) 56.07º 0.54% 0.44% -
XYZ 12.9 14.7 5.41 -
YUV 103.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 113 109 52 0 0.04 0.54 0.56 56.07 0.37 0.32
Hex 71 6D 34 0 4 36 38 38 25 20
Octal 161 155 64 0 4 66 70 70 45 40
Binary 1110001 1101101 110100 0 100 110110 111000 111000 100101 100000

Color Harmonies of #716D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D34

Black with #716D34

Text Example


Text Example

White with #716D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,109,52); }

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

background-color css

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

 a { background-color: rgb(113,109,52); }

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

border-color css

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

 span { border-color: rgb(113,109,52); }

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