#697348

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

Shades of Siam #697348

Tints of Siam #697348

Color information

#697348 (or 0x697348) is unknown color: approx Siam. HEX triplet: 69, 73 and 48. RGB value is (105,115,72). Sum of RGB (Red+Green+Blue) = 105+115+72=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #697348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697348 is #968CB7. Grayscale: #6B6B6B. Windows color (decimal): -9866424 or 4748137. OLE color: 4748137.

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

Color convert

RGB10511572-
CMYK0.0900.370.55
HSL73.95º22.99%36.67%-
HSV(B)73.95º37.39%45.1%-
XYZ13.1315.738.48-
YUV107.11108.19126.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 72 (28.52% from 255) = 24.66%
R=35.96%
G=39.38%
B=24.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115720.0900.370.5573.9522.9936.67
Hex6973489025374a1725
Octal15116311011045671122745
Binary11010011110011100100010010100101110111100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697348; }

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

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

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

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

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

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

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

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