Html Css Color HEX #696B56 Siam

📋 copy color: '#696B56'

red 105 ◦ green 107 ◦ blue 86

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

Shades of Siam #696B56

Tints of Siam #696B56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.86%

R = 35.23%
G = 35.91%
B = 28.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#696B56 (or 0x696B56) is known color: Siam. HEX triplet: 69, 6B and 56. RGB value is (105,107,86). Sum of RGB (Red+Green+Blue) = 105+107+86=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 107 - color contains mainly: green. Hex color #696B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B56 is #9694A9. Grayscale: #686868. Windows color (decimal): -9868458 or 5663593. OLE color: 5663593.

HSL color Cylindrical-coordinate representation of color #696B56: hue angle of 65.71º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #696B56 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 107 86 -
CMYK 0.02 0 0.20 0.58
HSL 65.71º 0.11% 0.38% -
HSV(B) 65.71º 0.2% 0.42% -
XYZ 12.76 14.19 10.87 -
YUV 104.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 105 107 86 0.02 0 0.20 0.58 65.71 0.11 0.38
Hex 69 6B 56 2 0 14 3A 42 B 26
Octal 151 153 126 2 0 24 72 102 13 46
Binary 1101001 1101011 1010110 10 0 10100 111010 1000010 1011 100110

Color Harmonies of #696B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B56

Black with #696B56

Text Example


Text Example

White with #696B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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