#6B7453

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

Shades of Siam #6B7453

Tints of Siam #6B7453

Color information

#6B7453 (or 0x6B7453) is unknown color: approx Siam. HEX triplet: 6B, 74 and 53. RGB value is (107,116,83). Sum of RGB (Red+Green+Blue) = 107+116+83=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7453 is #948BAC. Grayscale: #6D6D6D. Windows color (decimal): -9735085 or 5469291. OLE color: 5469291.

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

Color convert

RGB10711683-
CMYK0.0800.280.55
HSL76.36º16.58%39.02%-
HSV(B)76.36º28.45%45.49%-
XYZ13.8716.2410.59-
YUV109.55113.02126.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.97%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 83 (32.81% from 255) = 27.12%
R=34.97%
G=37.91%
B=27.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107116830.0800.280.5576.3616.5839.02
Hex6B7453801C374c1127
Octal15316412310034671142147
Binary1101011111010010100111000011100110111100110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,116,83); }

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

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

 a { background-color: rgb(107,116,83); }

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

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

 span { border-color: rgb(107,116,83); }

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