Html Css Color HEX #696E5B Siam

📋 copy color: '#696E5B'

red 105 ◦ green 110 ◦ blue 91

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

Shades of Siam #696E5B

Tints of Siam #696E5B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.95%

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 34.31%
G = 35.95%
B = 29.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#696E5B (or 0x696E5B) is known color: Siam. HEX triplet: 69, 6E and 5B. RGB value is (105,110,91). Sum of RGB (Red+Green+Blue) = 105+110+91=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 110 - color contains mainly: green. Hex color #696E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E5B is #9691A4. Grayscale: #6A6A6A. Windows color (decimal): -9867685 or 5992041. OLE color: 5992041.

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

Color convert

RGB 105 110 91 -
CMYK 0.05 0 0.17 0.57
HSL 75.79º 0.09% 0.39% -
HSV(B) 75.79º 0.17% 0.43% -
XYZ 13.29 14.91 12.08 -
YUV 106.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 105 110 91 0.05 0 0.17 0.57 75.79 0.09 0.39
Hex 69 6E 5B 5 0 11 39 4C 9 27
Octal 151 156 133 5 0 21 71 114 11 47
Binary 1101001 1101110 1011011 101 0 10001 111001 1001100 1001 100111

Color Harmonies of #696E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E5B

Black with #696E5B

Text Example


Text Example

White with #696E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,110,91); }

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

background-color css

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

 a { background-color: rgb(105,110,91); }

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

border-color css

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

 span { border-color: rgb(105,110,91); }

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