Html Css Color HEX #676F4D Siam

📋 copy color: '#676F4D'

red 103 ◦ green 111 ◦ blue 77

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

Shades of Siam #676F4D

Tints of Siam #676F4D

RGB

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

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

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

R = 35.4%
G = 38.14%
B = 26.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#676F4D (or 0x676F4D) is known color: Siam. HEX triplet: 67, 6F and 4D. RGB value is (103,111,77). Sum of RGB (Red+Green+Blue) = 103+111+77=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 111 - color contains mainly: green. Hex color #676F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F4D is #9890B2. Grayscale: #686868. Windows color (decimal): -9998515 or 5074791. OLE color: 5074791.

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

Color convert

RGB 103 111 77 -
CMYK 0.07 0 0.31 0.56
HSL 74.12º 0.18% 0.37% -
HSV(B) 74.12º 0.31% 0.44% -
XYZ 12.62 14.79 9.21 -
YUV 104.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 103 111 77 0.07 0 0.31 0.56 74.12 0.18 0.37
Hex 67 6F 4D 7 0 1F 38 4A 12 25
Octal 147 157 115 7 0 37 70 112 22 45
Binary 1100111 1101111 1001101 111 0 11111 111000 1001010 10010 100101

Color Harmonies of #676F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F4D

Black with #676F4D

Text Example


Text Example

White with #676F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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