#6B7356

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

Shades of Siam #6B7356

Tints of Siam #6B7356

Color information

#6B7356 (or 0x6B7356) is unknown color: approx Siam. HEX triplet: 6B, 73 and 56. RGB value is (107,115,86). Sum of RGB (Red+Green+Blue) = 107+115+86=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7356 is #948CA9. Grayscale: #6D6D6D. Windows color (decimal): -9735338 or 5665643. OLE color: 5665643.

HSL color Cylindrical-coordinate representation of color #6B7356: hue angle of 76.55º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B7356 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB10711586-
CMYK0.0700.250.55
HSL76.55º14.43%39.41%-
HSV(B)76.55º25.22%45.1%-
XYZ13.8716.0611.17-
YUV109.3114.85126.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.74%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=34.74%
G=37.34%
B=27.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107115860.0700.250.5576.5514.4339.41
Hex6B73567019374de27
Octal1531631267031671151647
Binary11010111110011101011011101100111011110011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,115,86); }

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

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

 a { background-color: rgb(107,115,86); }

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

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

 span { border-color: rgb(107,115,86); }

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