Html Css Color HEX #676A4D Siam

📋 copy color: '#676A4D'

red 103 ◦ green 106 ◦ blue 77

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

Shades of Siam #676A4D

Tints of Siam #676A4D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.06%

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

R = 36.01%
G = 37.06%
B = 26.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#676A4D (or 0x676A4D) is known color: Siam. HEX triplet: 67, 6A and 4D. RGB value is (103,106,77). Sum of RGB (Red+Green+Blue) = 103+106+77=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 106 - color contains mainly: green. Hex color #676A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A4D is #9895B2. Grayscale: #656565. Windows color (decimal): -9999795 or 5073511. OLE color: 5073511.

HSL color Cylindrical-coordinate representation of color #676A4D: hue angle of 66.21º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #676A4D is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 106 77 -
CMYK 0.03 0 0.27 0.58
HSL 66.21º 0.16% 0.36% -
HSV(B) 66.21º 0.27% 0.42% -
XYZ 12.09 13.73 9.03 -
YUV 101.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 103 106 77 0.03 0 0.27 0.58 66.21 0.16 0.36
Hex 67 6A 4D 3 0 1B 3A 42 10 24
Octal 147 152 115 3 0 33 72 102 20 44
Binary 1100111 1101010 1001101 11 0 11011 111010 1000010 10000 100100

Color Harmonies of #676A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676A4D

Black with #676A4D

Text Example


Text Example

White with #676A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,106,77); }

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

background-color css

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

 a { background-color: rgb(103,106,77); }

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

border-color css

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

 span { border-color: rgb(103,106,77); }

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