Html Css Color HEX #716D36 Crete

📋 copy color: '#716D36'

red 113 ◦ green 109 ◦ blue 54

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

Shades of Crete #716D36

Tints of Crete #716D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.57%

R = 40.94%
G = 39.49%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#716D36 (or 0x716D36) is known color: Crete. HEX triplet: 71, 6D and 36. RGB value is (113,109,54). Sum of RGB (Red+Green+Blue) = 113+109+54=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #716D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D36 is #8E92C9. Grayscale: #686868. Windows color (decimal): -9343690 or 3566961. OLE color: 3566961.

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

Color convert

RGB 113 109 54 -
CMYK 0 0.04 0.52 0.56
HSL 55.93º 0.35% 0.33% -
HSV(B) 55.93º 0.52% 0.44% -
XYZ 12.94 14.71 5.65 -
YUV 103.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 113 109 54 0 0.04 0.52 0.56 55.93 0.35 0.33
Hex 71 6D 36 0 4 34 38 38 23 21
Octal 161 155 66 0 4 64 70 70 43 41
Binary 1110001 1101101 110110 0 100 110100 111000 111000 100011 100001

Color Harmonies of #716D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D36

Black with #716D36

Text Example


Text Example

White with #716D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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