Html Css Color HEX #696B58 Siam

📋 copy color: '#696B58'

red 105 ◦ green 107 ◦ blue 88

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

Shades of Siam #696B58

Tints of Siam #696B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.33%

R = 35%
G = 35.67%
B = 29.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#696B58 (or 0x696B58) is known color: Siam. HEX triplet: 69, 6B and 58. RGB value is (105,107,88). Sum of RGB (Red+Green+Blue) = 105+107+88=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 107 - color contains mainly: green. Hex color #696B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B58 is #9694A7. Grayscale: #686868. Windows color (decimal): -9868456 or 5794665. OLE color: 5794665.

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

Color convert

RGB 105 107 88 -
CMYK 0.02 0 0.18 0.58
HSL 66.32º 0.1% 0.38% -
HSV(B) 66.32º 0.18% 0.42% -
XYZ 12.84 14.22 11.3 -
YUV 104.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 105 107 88 0.02 0 0.18 0.58 66.32 0.1 0.38
Hex 69 6B 58 2 0 12 3A 42 A 26
Octal 151 153 130 2 0 22 72 102 12 46
Binary 1101001 1101011 1011000 10 0 10010 111010 1000010 1010 100110

Color Harmonies of #696B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B58

Black with #696B58

Text Example


Text Example

White with #696B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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