#69734A

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

Shades of Siam #69734A

Tints of Siam #69734A

Color information

#69734A (or 0x69734A) is unknown color: approx Siam. HEX triplet: 69, 73 and 4A. RGB value is (105,115,74). Sum of RGB (Red+Green+Blue) = 105+115+74=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #69734A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69734A is #968CB5. Grayscale: #6B6B6B. Windows color (decimal): -9866422 or 4879209. OLE color: 4879209.

HSL color Cylindrical-coordinate representation of color #69734A: hue angle of 74.63º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69734A is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB10511574-
CMYK0.0900.360.55
HSL74.63º21.69%37.06%-
HSV(B)74.63º35.65%45.1%-
XYZ13.1915.768.83-
YUV107.34109.19126.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=35.71%
G=39.12%
B=25.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115740.0900.360.5574.6321.6937.06
Hex69734A9024374b1625
Octal15116311211044671132645
Binary11010011110011100101010010100100110111100101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69734A; }

 p { color: rgb(105,115,74); }

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

<style>
 a { background-color: #69734A; }

 a { background-color: rgb(105,115,74); }

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

<style>
 span { border-color: #69734A; }

 span { border-color: rgb(105,115,74); }

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