Html Css Color HEX #695263 Salt Box

📋 copy color: '#695263'

red 105 ◦ green 82 ◦ blue 99

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

Shades of Salt Box #695263

Tints of Salt Box #695263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 36.71%
G = 28.67%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#695263 (or 0x695263) is known color: Salt Box. HEX triplet: 69, 52 and 63. RGB value is (105,82,99). Sum of RGB (Red+Green+Blue) = 105+82+99=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #695263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695263 is #96AD9C. Grayscale: #5A5A5A. Windows color (decimal): -9874845 or 6509161. OLE color: 6509161.

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

Color convert

RGB 105 82 99 -
CMYK 0 0.22 0.06 0.59
HSL 315.65º 0.12% 0.37% -
HSV(B) 315.65º 0.22% 0.41% -
XYZ 11.1 9.94 13.14 -
YUV 90.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 105 82 99 0 0.22 0.06 0.59 315.65 0.12 0.37
Hex 69 52 63 0 16 6 3B 13C C 25
Octal 151 122 143 0 26 6 73 474 14 45
Binary 1101001 1010010 1100011 0 10110 110 111011 100111100 1100 100101

Color Harmonies of #695263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695263

Black with #695263

Text Example


Text Example

White with #695263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695263; }

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

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

background-color css

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

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

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

border-color css

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

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

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