Html Css Color HEX #676E4A Siam

📋 copy color: '#676E4A'

red 103 ◦ green 110 ◦ blue 74

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

Shades of Siam #676E4A

Tints of Siam #676E4A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.33%

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 35.89%
G = 38.33%
B = 25.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#676E4A (or 0x676E4A) is known color: Siam. HEX triplet: 67, 6E and 4A. RGB value is (103,110,74). Sum of RGB (Red+Green+Blue) = 103+110+74=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 110 - color contains mainly: green. Hex color #676E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676E4A is #9891B5. Grayscale: #676767. Windows color (decimal): -9998774 or 4877927. OLE color: 4877927.

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

Color convert

RGB 103 110 74 -
CMYK 0.06 0 0.33 0.57
HSL 71.67º 0.2% 0.36% -
HSV(B) 71.67º 0.33% 0.43% -
XYZ 12.41 14.53 8.63 -
YUV 103.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 103 110 74 0.06 0 0.33 0.57 71.67 0.2 0.36
Hex 67 6E 4A 6 0 21 39 48 14 24
Octal 147 156 112 6 0 41 71 110 24 44
Binary 1100111 1101110 1001010 110 0 100001 111001 1001000 10100 100100

Color Harmonies of #676E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676E4A

Black with #676E4A

Text Example


Text Example

White with #676E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,110,74); }

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

background-color css

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

 a { background-color: rgb(103,110,74); }

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

border-color css

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

 span { border-color: rgb(103,110,74); }

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