Html Css Color HEX #6B7049 Siam

📋 copy color: '#6B7049'

red 107 ◦ green 112 ◦ blue 73

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

Shades of Siam #6B7049

Tints of Siam #6B7049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.36%

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

R = 36.64%
G = 38.36%
B = 25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6B7049 (or 0x6B7049) is known color: Siam. HEX triplet: 6B, 70 and 49. RGB value is (107,112,73). Sum of RGB (Red+Green+Blue) = 107+112+73=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7049 is #948FB6. Grayscale: #6A6A6A. Windows color (decimal): -9736119 or 4812907. OLE color: 4812907.

HSL color Cylindrical-coordinate representation of color #6B7049: hue angle of 67.69º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B7049 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 112 73 -
CMYK 0.04 0 0.35 0.56
HSL 67.69º 0.21% 0.36% -
HSV(B) 67.69º 0.35% 0.44% -
XYZ 13.06 15.2 8.55 -
YUV 106.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 107 112 73 0.04 0 0.35 0.56 67.69 0.21 0.36
Hex 6B 70 49 4 0 23 38 44 15 24
Octal 153 160 111 4 0 43 70 104 25 44
Binary 1101011 1110000 1001001 100 0 100011 111000 1000100 10101 100100

Color Harmonies of #6B7049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7049

Black with #6B7049

Text Example


Text Example

White with #6B7049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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