Html Css Color HEX #6F764D Siam

📋 copy color: '#6F764D'

red 111 ◦ green 118 ◦ blue 77

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

Shades of Siam #6F764D

Tints of Siam #6F764D

RGB

 RED value IS 111 (43.75% from 255) = 36.27%

 GREEN value IS 118 (46.48% from 255) = 38.56%

 BLUE value IS 77 (30.47% from 255) = 25.16%

R = 36.27%
G = 38.56%
B = 25.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#6F764D (or 0x6F764D) is known color: Siam. HEX triplet: 6F, 76 and 4D. RGB value is (111,118,77). Sum of RGB (Red+Green+Blue) = 111+118+77=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #6F764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F764D is #9089B2. Grayscale: #6F6F6F. Windows color (decimal): -9472435 or 5076591. OLE color: 5076591.

HSL color Cylindrical-coordinate representation of color #6F764D: hue angle of 70.24º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F764D is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 118 77 -
CMYK 0.06 0 0.35 0.54
HSL 70.24º 0.21% 0.38% -
HSV(B) 70.24º 0.35% 0.46% -
XYZ 14.37 16.87 9.52 -
YUV 111.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 111 118 77 0.06 0 0.35 0.54 70.24 0.21 0.38
Hex 6F 76 4D 6 0 23 36 46 15 26
Octal 157 166 115 6 0 43 66 106 25 46
Binary 1101111 1110110 1001101 110 0 100011 110110 1000110 10101 100110

Color Harmonies of #6F764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F764D

Black with #6F764D

Text Example


Text Example

White with #6F764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F764D; }

 p { color: rgb(111,118,77); }

 H1.HeaderClassName
 {
   color: #6F764D;
 }
 .AnyTagClassName
 {
   color: #6F764D;
 }
</style>

background-color css

<style>
 a { background-color: #6F764D; }

 a { background-color: rgb(111,118,77); }

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

border-color css

<style>
 span { border-color: #6F764D; }

 span { border-color: rgb(111,118,77); }

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