#67695C

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

Shades of Siam #67695C

Tints of Siam #67695C

Color information

#67695C (or 0x67695C) is unknown color: approx Siam. HEX triplet: 67, 69 and 5C. RGB value is (103,105,92). Sum of RGB (Red+Green+Blue) = 103+105+92=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 105 - color contains mainly: green. Hex color #67695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67695C is #9896A3. Grayscale: #666666. Windows color (decimal): -10000036 or 6056295. OLE color: 6056295.

HSL color Cylindrical-coordinate representation of color #67695C: hue angle of 69.23º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #67695C is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB10310592-
CMYK0.0200.120.59
HSL69.23º6.6%38.63%-
HSV(B)69.23º12.38%41.18%-
XYZ12.5813.7612.12-
YUV102.92121.84128.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.33%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 92 (36.33% from 255) = 30.67%
R=34.33%
G=35%
B=30.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103105920.0200.120.5969.236.638.63
Hex67695C20C3B45727
Octal147151134201473105747
Binary11001111101001101110010011001110111000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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