Html Css Color HEX #736E62 Flint

📋 copy color: '#736E62'

red 115 ◦ green 110 ◦ blue 98

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

Shades of Flint #736E62

Tints of Flint #736E62

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.06%

 BLUE value IS 98 (38.67% from 255) = 30.34%

R = 35.6%
G = 34.06%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#736E62 (or 0x736E62) is known color: Flint. HEX triplet: 73, 6E and 62. RGB value is (115,110,98). Sum of RGB (Red+Green+Blue) = 115+110+98=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #736E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E62 is #8C919D. Grayscale: #6E6E6E. Windows color (decimal): -9212318 or 6450803. OLE color: 6450803.

HSL color Cylindrical-coordinate representation of color #736E62: hue angle of 42.35º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #736E62 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 110 98 -
CMYK 0 0.04 0.15 0.55
HSL 42.35º 0.08% 0.42% -
HSV(B) 42.35º 0.15% 0.45% -
XYZ 14.85 15.68 13.8 -
YUV 110.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 115 110 98 0 0.04 0.15 0.55 42.35 0.08 0.42
Hex 73 6E 62 0 4 F 37 2A 8 2A
Octal 163 156 142 0 4 17 67 52 10 52
Binary 1110011 1101110 1100010 0 100 1111 110111 101010 1000 101010

Color Harmonies of #736E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E62

Black with #736E62

Text Example


Text Example

White with #736E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,110,98); }

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

background-color css

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

 a { background-color: rgb(115,110,98); }

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

border-color css

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

 span { border-color: rgb(115,110,98); }

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