#67694F

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

Shades of Siam #67694F

Tints of Siam #67694F

Color information

#67694F (or 0x67694F) is unknown color: approx Siam. HEX triplet: 67, 69 and 4F. RGB value is (103,105,79). Sum of RGB (Red+Green+Blue) = 103+105+79=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 105 - color contains mainly: green. Hex color #67694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67694F is #9896B0. Grayscale: #656565. Windows color (decimal): -10000049 or 5204327. OLE color: 5204327.

HSL color Cylindrical-coordinate representation of color #67694F: hue angle of 64.62º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67694F is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB10310579-
CMYK0.0200.250.59
HSL64.62º14.13%36.08%-
HSV(B)64.62º24.76%41.18%-
XYZ12.0613.559.38-
YUV101.44115.34129.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.89%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=35.89%
G=36.59%
B=27.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103105790.0200.250.5964.6214.1336.08
Hex67694F20193B41e24
Octal1471511172031731011644
Binary1100111110100110011111001100111101110000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67694F; }

 p { color: rgb(103,105,79); }

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

<style>
 a { background-color: #67694F; }

 a { background-color: rgb(103,105,79); }

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

<style>
 span { border-color: #67694F; }

 span { border-color: rgb(103,105,79); }

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