Html Css Color HEX #6F714D Siam

📋 copy color: '#6F714D'

red 111 ◦ green 113 ◦ blue 77

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

Shades of Siam #6F714D

Tints of Siam #6F714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.54%

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

R = 36.88%
G = 37.54%
B = 25.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F714D (or 0x6F714D) is known color: Siam. HEX triplet: 6F, 71 and 4D. RGB value is (111,113,77). Sum of RGB (Red+Green+Blue) = 111+113+77=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 113 - color contains mainly: green. Hex color #6F714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F714D is #908EB2. Grayscale: #6C6C6C. Windows color (decimal): -9473715 or 5075311. OLE color: 5075311.

HSL color Cylindrical-coordinate representation of color #6F714D: hue angle of 63.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F714D is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 113 77 -
CMYK 0.02 0 0.32 0.56
HSL 63.33º 0.19% 0.37% -
HSV(B) 63.33º 0.32% 0.44% -
XYZ 13.8 15.73 9.33 -
YUV 108.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 111 113 77 0.02 0 0.32 0.56 63.33 0.19 0.37
Hex 6F 71 4D 2 0 20 38 3F 13 25
Octal 157 161 115 2 0 40 70 77 23 45
Binary 1101111 1110001 1001101 10 0 100000 111000 111111 10011 100101

Color Harmonies of #6F714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F714D

Black with #6F714D

Text Example


Text Example

White with #6F714D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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