Html Css Color HEX #696B5E Siam

📋 copy color: '#696B5E'

red 105 ◦ green 107 ◦ blue 94

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

Shades of Siam #696B5E

Tints of Siam #696B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.72%

R = 34.31%
G = 34.97%
B = 30.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#696B5E (or 0x696B5E) is known color: Siam. HEX triplet: 69, 6B and 5E. RGB value is (105,107,94). Sum of RGB (Red+Green+Blue) = 105+107+94=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 107 - color contains mainly: green. Hex color #696B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B5E is #9694A1. Grayscale: #686868. Windows color (decimal): -9868450 or 6187881. OLE color: 6187881.

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

Color convert

RGB 105 107 94 -
CMYK 0.02 0 0.12 0.58
HSL 69.23º 0.06% 0.39% -
HSV(B) 69.23º 0.12% 0.42% -
XYZ 13.1 14.33 12.66 -
YUV 104.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 105 107 94 0.02 0 0.12 0.58 69.23 0.06 0.39
Hex 69 6B 5E 2 0 C 3A 45 6 27
Octal 151 153 136 2 0 14 72 105 6 47
Binary 1101001 1101011 1011110 10 0 1100 111010 1000101 110 100111

Color Harmonies of #696B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B5E

Black with #696B5E

Text Example


Text Example

White with #696B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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