Html Css Color HEX #696B63 Siam

📋 copy color: '#696B63'

red 105 ◦ green 107 ◦ blue 99

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

Shades of Siam #696B63

Tints of Siam #696B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.83%

R = 33.76%
G = 34.41%
B = 31.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#696B63 (or 0x696B63) is known color: Siam. HEX triplet: 69, 6B and 63. RGB value is (105,107,99). Sum of RGB (Red+Green+Blue) = 105+107+99=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 107 - color contains mainly: green. Hex color #696B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B63 is #96949C. Grayscale: #696969. Windows color (decimal): -9868445 or 6515561. OLE color: 6515561.

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

Color convert

RGB 105 107 99 -
CMYK 0.02 0 0.07 0.58
HSL 75º 0.04% 0.4% -
HSV(B) 75º 0.07% 0.42% -
XYZ 13.34 14.42 13.88 -
YUV 105.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 105 107 99 0.02 0 0.07 0.58 75 0.04 0.4
Hex 69 6B 63 2 0 7 3A 4B 4 28
Octal 151 153 143 2 0 7 72 113 4 50
Binary 1101001 1101011 1100011 10 0 111 111010 1001011 100 101000

Color Harmonies of #696B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B63

Black with #696B63

Text Example


Text Example

White with #696B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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