Html Css Color HEX #6B7249 Siam

📋 copy color: '#6B7249'

red 107 ◦ green 114 ◦ blue 73

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

Shades of Siam #6B7249

Tints of Siam #6B7249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.78%

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

R = 36.39%
G = 38.78%
B = 24.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#6B7249 (or 0x6B7249) is known color: Siam. HEX triplet: 6B, 72 and 49. RGB value is (107,114,73). Sum of RGB (Red+Green+Blue) = 107+114+73=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7249 is #948DB6. Grayscale: #6B6B6B. Windows color (decimal): -9735607 or 4813419. OLE color: 4813419.

HSL color Cylindrical-coordinate representation of color #6B7249: hue angle of 70.24º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B7249 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 114 73 -
CMYK 0.06 0 0.36 0.55
HSL 70.24º 0.22% 0.37% -
HSV(B) 70.24º 0.36% 0.45% -
XYZ 13.28 15.64 8.62 -
YUV 107.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 107 114 73 0.06 0 0.36 0.55 70.24 0.22 0.37
Hex 6B 72 49 6 0 24 37 46 16 25
Octal 153 162 111 6 0 44 67 106 26 45
Binary 1101011 1110010 1001001 110 0 100100 110111 1000110 10110 100101

Color Harmonies of #6B7249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7249

Black with #6B7249

Text Example


Text Example

White with #6B7249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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