Html Css Color HEX #696D5D Siam

📋 copy color: '#696D5D'

red 105 ◦ green 109 ◦ blue 93

#696D5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Siam #696D5D

Tints of Siam #696D5D

RGB

 RED value IS 105 (41.41% from 255) = 34.2%

 GREEN value IS 109 (42.97% from 255) = 35.5%

 BLUE value IS 93 (36.72% from 255) = 30.29%

R = 34.2%
G = 35.5%
B = 30.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#696D5D (or 0x696D5D) is known color: Siam. HEX triplet: 69, 6D and 5D. RGB value is (105,109,93). Sum of RGB (Red+Green+Blue) = 105+109+93=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 109 - color contains mainly: green. Hex color #696D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D5D is #9692A2. Grayscale: #6A6A6A. Windows color (decimal): -9867939 or 6122857. OLE color: 6122857.

HSL color Cylindrical-coordinate representation of color #696D5D: hue angle of 75º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #696D5D is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 109 93 -
CMYK 0.04 0 0.15 0.57
HSL 75º 0.08% 0.4% -
HSV(B) 75º 0.15% 0.43% -
XYZ 13.27 14.73 12.5 -
YUV 105.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 105 109 93 0.04 0 0.15 0.57 75 0.08 0.4
Hex 69 6D 5D 4 0 F 39 4B 8 28
Octal 151 155 135 4 0 17 71 113 10 50
Binary 1101001 1101101 1011101 100 0 1111 111001 1001011 1000 101000

Color Harmonies of #696D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D5D

Black with #696D5D

Text Example


Text Example

White with #696D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696D5D; }

 p { color: rgb(105,109,93); }

 H1.HeaderClassName
 {
   color: #696D5D;
 }
 .AnyTagClassName
 {
   color: #696D5D;
 }
</style>

background-color css

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

 a { background-color: rgb(105,109,93); }

 div.DivClassName
 {
   background-color: #696D5D;
 }
 .BgClassName
 {
   background-color: #696D5D;
 }
</style>

border-color css

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

 span { border-color: rgb(105,109,93); }

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