Html Css Color HEX #736F61 Flint

📋 copy color: '#736F61'

red 115 ◦ green 111 ◦ blue 97

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

Shades of Flint #736F61

Tints of Flint #736F61

RGB

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

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

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

R = 35.6%
G = 34.37%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#736F61 (or 0x736F61) is known color: Flint. HEX triplet: 73, 6F and 61. RGB value is (115,111,97). Sum of RGB (Red+Green+Blue) = 115+111+97=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #736F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F61 is #8C909E. Grayscale: #6E6E6E. Windows color (decimal): -9212063 or 6385523. OLE color: 6385523.

HSL color Cylindrical-coordinate representation of color #736F61: hue angle of 46.67º 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 #736F61 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 111 97 -
CMYK 0 0.03 0.16 0.55
HSL 46.67º 0.08% 0.42% -
HSV(B) 46.67º 0.16% 0.45% -
XYZ 14.91 15.88 13.59 -
YUV 110.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 115 111 97 0 0.03 0.16 0.55 46.67 0.08 0.42
Hex 73 6F 61 0 3 10 37 2F 8 2A
Octal 163 157 141 0 3 20 67 57 10 52
Binary 1110011 1101111 1100001 0 11 10000 110111 101111 1000 101010

Color Harmonies of #736F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F61

Black with #736F61

Text Example


Text Example

White with #736F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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