Html Css Color HEX #696367 Salt Box

📋 copy color: '#696367'

red 105 ◦ green 99 ◦ blue 103

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

Shades of Salt Box #696367

Tints of Salt Box #696367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.55%

R = 34.2%
G = 32.25%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#696367 (or 0x696367) is known color: Salt Box. HEX triplet: 69, 63 and 67. RGB value is (105,99,103). Sum of RGB (Red+Green+Blue) = 105+99+103=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 105 - color contains mainly: red. Hex color #696367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696367 is #969C98. Grayscale: #656565. Windows color (decimal): -9870489 or 6775657. OLE color: 6775657.

HSL color Cylindrical-coordinate representation of color #696367: hue angle of 320º 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 #696367 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 99 103 -
CMYK 0 0.06 0.02 0.59
HSL 320º 0.03% 0.4% -
HSV(B) 320º 0.06% 0.41% -
XYZ 12.74 12.91 14.65 -
YUV 101.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 105 99 103 0 0.06 0.02 0.59 320 0.03 0.4
Hex 69 63 67 0 6 2 3B 140 3 28
Octal 151 143 147 0 6 2 73 500 3 50
Binary 1101001 1100011 1100111 0 110 10 111011 101000000 11 101000

Color Harmonies of #696367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696367

Black with #696367

Text Example


Text Example

White with #696367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696367; }

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

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

background-color css

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

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

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

border-color css

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

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

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