Html Css Color HEX #696B5B Siam

📋 copy color: '#696B5B'

red 105 ◦ green 107 ◦ blue 91

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

Shades of Siam #696B5B

Tints of Siam #696B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.31%

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

R = 34.65%
G = 35.31%
B = 30.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#696B5B (or 0x696B5B) is known color: Siam. HEX triplet: 69, 6B and 5B. RGB value is (105,107,91). Sum of RGB (Red+Green+Blue) = 105+107+91=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 107 - color contains mainly: green. Hex color #696B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B5B is #9694A4. Grayscale: #686868. Windows color (decimal): -9868453 or 5991273. OLE color: 5991273.

HSL color Cylindrical-coordinate representation of color #696B5B: hue angle of 67.5º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #696B5B is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 107 91 -
CMYK 0.02 0 0.15 0.58
HSL 67.5º 0.08% 0.39% -
HSV(B) 67.5º 0.15% 0.42% -
XYZ 12.97 14.27 11.97 -
YUV 104.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 105 107 91 0.02 0 0.15 0.58 67.5 0.08 0.39
Hex 69 6B 5B 2 0 F 3A 44 8 27
Octal 151 153 133 2 0 17 72 104 10 47
Binary 1101001 1101011 1011011 10 0 1111 111010 1000100 1000 100111

Color Harmonies of #696B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B5B

Black with #696B5B

Text Example


Text Example

White with #696B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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