Html Css Color HEX #736F5B Flint

📋 copy color: '#736F5B'

red 115 ◦ green 111 ◦ blue 91

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

Shades of Flint #736F5B

Tints of Flint #736F5B

RGB

 RED value IS 115 (45.31% from 255) = 36.28%

 GREEN value IS 111 (43.75% from 255) = 35.02%

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 36.28%
G = 35.02%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#736F5B (or 0x736F5B) is known color: Flint. HEX triplet: 73, 6F and 5B. RGB value is (115,111,91). Sum of RGB (Red+Green+Blue) = 115+111+91=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 115 - color contains mainly: red. Hex color #736F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F5B is #8C90A4. Grayscale: #6E6E6E. Windows color (decimal): -9212069 or 5992307. OLE color: 5992307.

HSL color Cylindrical-coordinate representation of color #736F5B: hue angle of 50º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #736F5B is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 111 91 -
CMYK 0 0.03 0.21 0.55
HSL 50º 0.12% 0.4% -
HSV(B) 50º 0.21% 0.45% -
XYZ 14.64 15.77 12.17 -
YUV 109.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 115 111 91 0 0.03 0.21 0.55 50 0.12 0.4
Hex 73 6F 5B 0 3 15 37 32 C 28
Octal 163 157 133 0 3 25 67 62 14 50
Binary 1110011 1101111 1011011 0 11 10101 110111 110010 1100 101000

Color Harmonies of #736F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F5B

Black with #736F5B

Text Example


Text Example

White with #736F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736F5B; }

 p { color: rgb(115,111,91); }

 H1.HeaderClassName
 {
   color: #736F5B;
 }
 .AnyTagClassName
 {
   color: #736F5B;
 }
</style>

background-color css

<style>
 a { background-color: #736F5B; }

 a { background-color: rgb(115,111,91); }

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

border-color css

<style>
 span { border-color: #736F5B; }

 span { border-color: rgb(115,111,91); }

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