Html Css Color HEX #716B36 Crete

📋 copy color: '#716B36'

red 113 ◦ green 107 ◦ blue 54

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

Shades of Crete #716B36

Tints of Crete #716B36

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.05%

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

R = 41.24%
G = 39.05%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#716B36 (or 0x716B36) is known color: Crete. HEX triplet: 71, 6B and 36. RGB value is (113,107,54). Sum of RGB (Red+Green+Blue) = 113+107+54=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #716B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B36 is #8E94C9. Grayscale: #666666. Windows color (decimal): -9344202 or 3566449. OLE color: 3566449.

HSL color Cylindrical-coordinate representation of color #716B36: hue angle of 53.9º 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 #716B36 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 107 54 -
CMYK 0 0.05 0.52 0.56
HSL 53.9º 0.35% 0.33% -
HSV(B) 53.9º 0.52% 0.44% -
XYZ 12.73 14.29 5.58 -
YUV 102.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 113 107 54 0 0.05 0.52 0.56 53.9 0.35 0.33
Hex 71 6B 36 0 5 34 38 36 23 21
Octal 161 153 66 0 5 64 70 66 43 41
Binary 1110001 1101011 110110 0 101 110100 111000 110110 100011 100001

Color Harmonies of #716B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B36

Black with #716B36

Text Example


Text Example

White with #716B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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