Html Css Color HEX #6B6E49 Siam

📋 copy color: '#6B6E49'

red 107 ◦ green 110 ◦ blue 73

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

Shades of Siam #6B6E49

Tints of Siam #6B6E49

RGB

 RED value IS 107 (42.19% from 255) = 36.9%

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

 BLUE value IS 73 (28.91% from 255) = 25.17%

R = 36.9%
G = 37.93%
B = 25.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6B6E49 (or 0x6B6E49) is known color: Siam. HEX triplet: 6B, 6E and 49. RGB value is (107,110,73). Sum of RGB (Red+Green+Blue) = 107+110+73=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 110 - color contains mainly: green. Hex color #6B6E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6E49 is #9491B6. Grayscale: #696969. Windows color (decimal): -9736631 or 4812395. OLE color: 4812395.

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

Color convert

RGB 107 110 73 -
CMYK 0.03 0 0.34 0.57
HSL 64.86º 0.2% 0.36% -
HSV(B) 64.86º 0.34% 0.43% -
XYZ 12.84 14.76 8.48 -
YUV 104.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 107 110 73 0.03 0 0.34 0.57 64.86 0.2 0.36
Hex 6B 6E 49 3 0 22 39 41 14 24
Octal 153 156 111 3 0 42 71 101 24 44
Binary 1101011 1101110 1001001 11 0 100010 111001 1000001 10100 100100

Color Harmonies of #6B6E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6E49

Black with #6B6E49

Text Example


Text Example

White with #6B6E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B6E49; }

 p { color: rgb(107,110,73); }

 H1.HeaderClassName
 {
   color: #6B6E49;
 }
 .AnyTagClassName
 {
   color: #6B6E49;
 }
</style>

background-color css

<style>
 a { background-color: #6B6E49; }

 a { background-color: rgb(107,110,73); }

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

border-color css

<style>
 span { border-color: #6B6E49; }

 span { border-color: rgb(107,110,73); }

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