Html Css Color HEX #696D4D Siam

📋 copy color: '#696D4D'

red 105 ◦ green 109 ◦ blue 77

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

Shades of Siam #696D4D

Tints of Siam #696D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.46%

R = 36.08%
G = 37.46%
B = 26.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#696D4D (or 0x696D4D) is known color: Siam. HEX triplet: 69, 6D and 4D. RGB value is (105,109,77). Sum of RGB (Red+Green+Blue) = 105+109+77=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 109 - color contains mainly: green. Hex color #696D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D4D is #9692B2. Grayscale: #686868. Windows color (decimal): -9867955 or 5074281. OLE color: 5074281.

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

Color convert

RGB 105 109 77 -
CMYK 0.04 0 0.29 0.57
HSL 67.5º 0.17% 0.36% -
HSV(B) 67.5º 0.29% 0.43% -
XYZ 12.63 14.48 9.15 -
YUV 104.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 105 109 77 0.04 0 0.29 0.57 67.5 0.17 0.36
Hex 69 6D 4D 4 0 1D 39 44 11 24
Octal 151 155 115 4 0 35 71 104 21 44
Binary 1101001 1101101 1001101 100 0 11101 111001 1000100 10001 100100

Color Harmonies of #696D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D4D

Black with #696D4D

Text Example


Text Example

White with #696D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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