#6B774B

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

Shades of Siam #6B774B

Tints of Siam #6B774B

Color information

#6B774B (or 0x6B774B) is unknown color: approx Siam. HEX triplet: 6B, 77 and 4B. RGB value is (107,119,75). Sum of RGB (Red+Green+Blue) = 107+119+75=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #6B774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B774B is #9488B4. Grayscale: #6E6E6E. Windows color (decimal): -9734325 or 4945771. OLE color: 4945771.

HSL color Cylindrical-coordinate representation of color #6B774B: hue angle of 76.36º 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 #6B774B is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB10711975-
CMYK0.1000.370.53
HSL76.36º22.68%38.04%-
HSV(B)76.36º36.97%46.67%-
XYZ13.9316.839.17-
YUV110.4108.02125.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 119 (46.88% from 255) = 39.53%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=35.55%
G=39.53%
B=24.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107119750.1000.370.5376.3622.6838.04
Hex6B774BA025354c1726
Octal15316711312045651142746
Binary11010111110111100101110100100101110101100110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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