#6C774B

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

Shades of Siam #6C774B

Tints of Siam #6C774B

Color information

#6C774B (or 0x6C774B) is unknown color: approx Siam. HEX triplet: 6C, 77 and 4B. RGB value is (108,119,75). Sum of RGB (Red+Green+Blue) = 108+119+75=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #6C774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C774B is #9388B4. Grayscale: #6E6E6E. Windows color (decimal): -9668789 or 4945772. OLE color: 4945772.

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

Color convert

RGB10811975-
CMYK0.0900.370.53
HSL75º22.68%38.04%-
HSV(B)75º36.97%46.67%-
XYZ14.0516.899.18-
YUV110.7107.86126.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.76%
GREEN value IS 119 (46.88% from 255) = 39.40%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=35.76%
G=39.40%
B=24.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108119750.0900.370.537522.6838.04
Hex6C774B9025354b1726
Octal15416711311045651132746
Binary11011001110111100101110010100101110101100101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,119,75); }

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

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

 a { background-color: rgb(108,119,75); }

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

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

 span { border-color: rgb(108,119,75); }

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