Html Css Color HEX #736F62 Flint

📋 copy color: '#736F62'

red 115 ◦ green 111 ◦ blue 98

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

Shades of Flint #736F62

Tints of Flint #736F62

RGB

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

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

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

R = 35.49%
G = 34.26%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#736F62 (or 0x736F62) is known color: Flint. HEX triplet: 73, 6F and 62. RGB value is (115,111,98). Sum of RGB (Red+Green+Blue) = 115+111+98=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 115 - color contains mainly: red. Hex color #736F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F62 is #8C909D. Grayscale: #6E6E6E. Windows color (decimal): -9212062 or 6451059. OLE color: 6451059.

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

Color convert

RGB 115 111 98 -
CMYK 0 0.03 0.15 0.55
HSL 45.88º 0.08% 0.42% -
HSV(B) 45.88º 0.15% 0.45% -
XYZ 14.96 15.9 13.83 -
YUV 110.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 115 111 98 0 0.03 0.15 0.55 45.88 0.08 0.42
Hex 73 6F 62 0 3 F 37 2E 8 2A
Octal 163 157 142 0 3 17 67 56 10 52
Binary 1110011 1101111 1100010 0 11 1111 110111 101110 1000 101010

Color Harmonies of #736F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F62

Black with #736F62

Text Example


Text Example

White with #736F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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