#697448

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

Shades of Siam #697448

Tints of Siam #697448

Color information

#697448 (or 0x697448) is unknown color: approx Siam. HEX triplet: 69, 74 and 48. RGB value is (105,116,72). Sum of RGB (Red+Green+Blue) = 105+116+72=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #697448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697448 is #968BB7. Grayscale: #6B6B6B. Windows color (decimal): -9866168 or 4748393. OLE color: 4748393.

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

Color convert

RGB10511672-
CMYK0.0900.380.55
HSL75º23.4%36.86%-
HSV(B)75º37.93%45.49%-
XYZ13.2415.968.51-
YUV107.7107.86126.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=35.84%
G=39.59%
B=24.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116720.0900.380.557523.436.86
Hex6974489026374b1725
Octal15116411011046671132745
Binary11010011110100100100010010100110110111100101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697448; }

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

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

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

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

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

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

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

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