#6B794B

Color #6B794B Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #6B794B

Tints of Siam #6B794B

Color information

#6B794B (or 0x6B794B) is unknown color: approx Siam. HEX triplet: 6B, 79 and 4B. RGB value is (107,121,75). Sum of RGB (Red+Green+Blue) = 107+121+75=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 121 - color contains mainly: green. Hex color #6B794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B794B is #9486B4. Grayscale: #6F6F6F. Windows color (decimal): -9733813 or 4946283. OLE color: 4946283.

HSL color Cylindrical-coordinate representation of color #6B794B: hue angle of 78.26º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B794B is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB10712175-
CMYK0.1200.380.53
HSL78.26º23.47%38.43%-
HSV(B)78.26º38.02%47.45%-
XYZ14.1717.319.25-
YUV111.57107.36124.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.31%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 75 (29.69% from 255) = 24.75%
R=35.31%
G=39.93%
B=24.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107121750.1200.380.5378.2623.4738.43
Hex6B794BC026354e1726
Octal15317111314046651162746
Binary11010111111001100101111000100110110101100111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,121,75); }

 H1.HeaderClassName
 {
   color: #6B794B;
 }
 .AnyTagClassName
 {
   color: #6B794B;
 }
</style>
background-color css

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

 a { background-color: rgb(107,121,75); }

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

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

 span { border-color: rgb(107,121,75); }

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