Html Css Color HEX #716B31 Crete

📋 copy color: '#716B31'

red 113 ◦ green 107 ◦ blue 49

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

Shades of Crete #716B31

Tints of Crete #716B31

RGB

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

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

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

R = 42.01%
G = 39.78%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#716B31 (or 0x716B31) is known color: Crete. HEX triplet: 71, 6B and 31. RGB value is (113,107,49). Sum of RGB (Red+Green+Blue) = 113+107+49=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #716B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B31 is #8E94CE. Grayscale: #666666. Windows color (decimal): -9344207 or 3238769. OLE color: 3238769.

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

Color convert

RGB 113 107 49 -
CMYK 0 0.05 0.57 0.56
HSL 54.38º 0.4% 0.32% -
HSV(B) 54.38º 0.57% 0.44% -
XYZ 12.62 14.25 4.99 -
YUV 102.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 113 107 49 0 0.05 0.57 0.56 54.38 0.4 0.32
Hex 71 6B 31 0 5 39 38 36 28 20
Octal 161 153 61 0 5 71 70 66 50 40
Binary 1110001 1101011 110001 0 101 111001 111000 110110 101000 100000

Color Harmonies of #716B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B31

Black with #716B31

Text Example


Text Example

White with #716B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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