#69764B

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

Shades of Siam #69764B

Tints of Siam #69764B

Color information

#69764B (or 0x69764B) is unknown color: approx Siam. HEX triplet: 69, 76 and 4B. RGB value is (105,118,75). Sum of RGB (Red+Green+Blue) = 105+118+75=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #69764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69764B is #9689B4. Grayscale: #6D6D6D. Windows color (decimal): -9865653 or 4945513. OLE color: 4945513.

HSL color Cylindrical-coordinate representation of color #69764B: hue angle of 78.14º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69764B is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB10511875-
CMYK0.1100.360.54
HSL78.14º22.28%37.84%-
HSV(B)78.14º36.44%46.27%-
XYZ13.5716.479.12-
YUV109.21108.69125-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=35.23%
G=39.60%
B=25.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105118750.1100.360.5478.1422.2837.84
Hex69764BB024364e1626
Octal15116611313044661162646
Binary11010011110110100101110110100100110110100111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69764B; }

 p { color: rgb(105,118,75); }

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

<style>
 a { background-color: #69764B; }

 a { background-color: rgb(105,118,75); }

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

<style>
 span { border-color: #69764B; }

 span { border-color: rgb(105,118,75); }

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