Html Css Color HEX #696369 Salt Box

📋 copy color: '#696369'

red 105 ◦ green 99 ◦ blue 105

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

Shades of Salt Box #696369

Tints of Salt Box #696369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.04%

 BLUE value IS 105 (41.41% from 255) = 33.98%

R = 33.98%
G = 32.04%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#696369 (or 0x696369) is known color: Salt Box. HEX triplet: 69, 63 and 69. RGB value is (105,99,105). Sum of RGB (Red+Green+Blue) = 105+99+105=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #696369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696369 is #969C96. Grayscale: #656565. Windows color (decimal): -9870487 or 6906729. OLE color: 6906729.

HSL color Cylindrical-coordinate representation of color #696369: hue angle of 300º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #696369 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 99 105 -
CMYK 0 0.06 0 0.59
HSL 300º 0.03% 0.4% -
HSV(B) 300º 0.06% 0.41% -
XYZ 12.84 12.95 15.19 -
YUV 101.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 105 99 105 0 0.06 0 0.59 300 0.03 0.4
Hex 69 63 69 0 6 0 3B 12C 3 28
Octal 151 143 151 0 6 0 73 454 3 50
Binary 1101001 1100011 1101001 0 110 0 111011 100101100 11 101000

Color Harmonies of #696369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696369

Black with #696369

Text Example


Text Example

White with #696369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696369; }

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

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

background-color css

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

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

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

border-color css

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

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

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