#69724C

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

Shades of Siam #69724C

Tints of Siam #69724C

Color information

#69724C (or 0x69724C) is unknown color: approx Siam. HEX triplet: 69, 72 and 4C. RGB value is (105,114,76). Sum of RGB (Red+Green+Blue) = 105+114+76=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #69724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69724C is #968DB3. Grayscale: #6B6B6B. Windows color (decimal): -9866676 or 5010025. OLE color: 5010025.

HSL color Cylindrical-coordinate representation of color #69724C: hue angle of 74.21º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69724C is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB10511476-
CMYK0.0800.330.55
HSL74.21º20%37.25%-
HSV(B)74.21º33.33%44.71%-
XYZ13.1515.569.15-
YUV106.98110.52126.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=35.59%
G=38.64%
B=25.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105114760.0800.330.5574.212037.25
Hex69724C8021374a1425
Octal15116211410041671122445
Binary11010011110010100110010000100001110111100101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69724C; }

 p { color: rgb(105,114,76); }

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

<style>
 a { background-color: #69724C; }

 a { background-color: rgb(105,114,76); }

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

<style>
 span { border-color: #69724C; }

 span { border-color: rgb(105,114,76); }

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