Html Css Color HEX #676B55 Siam

📋 copy color: '#676B55'

red 103 ◦ green 107 ◦ blue 85

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

Shades of Siam #676B55

Tints of Siam #676B55

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.27%

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 34.92%
G = 36.27%
B = 28.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#676B55 (or 0x676B55) is known color: Siam. HEX triplet: 67, 6B and 55. RGB value is (103,107,85). Sum of RGB (Red+Green+Blue) = 103+107+85=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 107 - color contains mainly: green. Hex color #676B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B55 is #9894AA. Grayscale: #676767. Windows color (decimal): -9999531 or 5598055. OLE color: 5598055.

HSL color Cylindrical-coordinate representation of color #676B55: hue angle of 70.91º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #676B55 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 107 85 -
CMYK 0.04 0 0.21 0.58
HSL 70.91º 0.11% 0.38% -
HSV(B) 70.91º 0.21% 0.42% -
XYZ 12.49 14.05 10.65 -
YUV 103.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 103 107 85 0.04 0 0.21 0.58 70.91 0.11 0.38
Hex 67 6B 55 4 0 15 3A 47 B 26
Octal 147 153 125 4 0 25 72 107 13 46
Binary 1100111 1101011 1010101 100 0 10101 111010 1000111 1011 100110

Color Harmonies of #676B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676B55

Black with #676B55

Text Example


Text Example

White with #676B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,107,85); }

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

background-color css

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

 a { background-color: rgb(103,107,85); }

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

border-color css

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

 span { border-color: rgb(103,107,85); }

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