Html Css Color HEX #676F50 Siam

📋 copy color: '#676F50'

red 103 ◦ green 111 ◦ blue 80

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

Shades of Siam #676F50

Tints of Siam #676F50

RGB

 RED value IS 103 (40.63% from 255) = 35.03%

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

 BLUE value IS 80 (31.64% from 255) = 27.21%

R = 35.03%
G = 37.76%
B = 27.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#676F50 (or 0x676F50) is known color: Siam. HEX triplet: 67, 6F and 50. RGB value is (103,111,80). Sum of RGB (Red+Green+Blue) = 103+111+80=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 111 - color contains mainly: green. Hex color #676F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F50 is #9890AF. Grayscale: #696969. Windows color (decimal): -9998512 or 5271399. OLE color: 5271399.

HSL color Cylindrical-coordinate representation of color #676F50: hue angle of 75.48º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #676F50 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 111 80 -
CMYK 0.07 0 0.28 0.56
HSL 75.48º 0.16% 0.37% -
HSV(B) 75.48º 0.28% 0.44% -
XYZ 12.73 14.83 9.78 -
YUV 105.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 103 111 80 0.07 0 0.28 0.56 75.48 0.16 0.37
Hex 67 6F 50 7 0 1C 38 4B 10 25
Octal 147 157 120 7 0 34 70 113 20 45
Binary 1100111 1101111 1010000 111 0 11100 111000 1001011 10000 100101

Color Harmonies of #676F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F50

Black with #676F50

Text Example


Text Example

White with #676F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676F50; }

 p { color: rgb(103,111,80); }

 H1.HeaderClassName
 {
   color: #676F50;
 }
 .AnyTagClassName
 {
   color: #676F50;
 }
</style>

background-color css

<style>
 a { background-color: #676F50; }

 a { background-color: rgb(103,111,80); }

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

border-color css

<style>
 span { border-color: #676F50; }

 span { border-color: rgb(103,111,80); }

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