Html Css Color HEX #736E61 Flint

📋 copy color: '#736E61'

red 115 ◦ green 110 ◦ blue 97

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

Shades of Flint #736E61

Tints of Flint #736E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.12%

R = 35.71%
G = 34.16%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#736E61 (or 0x736E61) is known color: Flint. HEX triplet: 73, 6E and 61. RGB value is (115,110,97). Sum of RGB (Red+Green+Blue) = 115+110+97=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 115 - color contains mainly: red. Hex color #736E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E61 is #8C919E. Grayscale: #6E6E6E. Windows color (decimal): -9212319 or 6385267. OLE color: 6385267.

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

Color convert

RGB 115 110 97 -
CMYK 0 0.04 0.16 0.55
HSL 43.33º 0.08% 0.42% -
HSV(B) 43.33º 0.16% 0.45% -
XYZ 14.8 15.66 13.55 -
YUV 110.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 115 110 97 0 0.04 0.16 0.55 43.33 0.08 0.42
Hex 73 6E 61 0 4 10 37 2B 8 2A
Octal 163 156 141 0 4 20 67 53 10 52
Binary 1110011 1101110 1100001 0 100 10000 110111 101011 1000 101010

Color Harmonies of #736E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E61

Black with #736E61

Text Example


Text Example

White with #736E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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