Html Css Color HEX #676D50 Siam

📋 copy color: '#676D50'

red 103 ◦ green 109 ◦ blue 80

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

Shades of Siam #676D50

Tints of Siam #676D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.33%

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

R = 35.27%
G = 37.33%
B = 27.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#676D50 (or 0x676D50) is known color: Siam. HEX triplet: 67, 6D and 50. RGB value is (103,109,80). Sum of RGB (Red+Green+Blue) = 103+109+80=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 109 - color contains mainly: green. Hex color #676D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D50 is #9892AF. Grayscale: #686868. Windows color (decimal): -9999024 or 5270887. OLE color: 5270887.

HSL color Cylindrical-coordinate representation of color #676D50: hue angle of 72.41º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #676D50 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 109 80 -
CMYK 0.06 0 0.27 0.57
HSL 72.41º 0.15% 0.37% -
HSV(B) 72.41º 0.27% 0.43% -
XYZ 12.51 14.4 9.71 -
YUV 103.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 103 109 80 0.06 0 0.27 0.57 72.41 0.15 0.37
Hex 67 6D 50 6 0 1B 39 48 F 25
Octal 147 155 120 6 0 33 71 110 17 45
Binary 1100111 1101101 1010000 110 0 11011 111001 1001000 1111 100101

Color Harmonies of #676D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676D50

Black with #676D50

Text Example


Text Example

White with #676D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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