Html Css Color HEX #696865 Ironside Grey

📋 copy color: '#696865'

red 105 ◦ green 104 ◦ blue 101

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

Shades of Ironside Grey #696865

Tints of Ironside Grey #696865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

 BLUE value IS 101 (39.84% from 255) = 32.58%

R = 33.87%
G = 33.55%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#696865 (or 0x696865) is known color: Ironside Grey. HEX triplet: 69, 68 and 65. RGB value is (105,104,101). Sum of RGB (Red+Green+Blue) = 105+104+101=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 105 - color contains mainly: red. Hex color #696865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696865 is #96979A. Grayscale: #676767. Windows color (decimal): -9869211 or 6645865. OLE color: 6645865.

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

Color convert

RGB 105 104 101 -
CMYK 0 0.01 0.04 0.59
HSL 45º 0.02% 0.4% -
HSV(B) 45º 0.04% 0.41% -
XYZ 13.12 13.84 14.29 -
YUV 103.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 105 104 101 0 0.01 0.04 0.59 45 0.02 0.4
Hex 69 68 65 0 1 4 3B 2D 2 28
Octal 151 150 145 0 1 4 73 55 2 50
Binary 1101001 1101000 1100101 0 1 100 111011 101101 10 101000

Color Harmonies of #696865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696865

Black with #696865

Text Example


Text Example

White with #696865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696865; }

 p { color: rgb(105,104,101); }

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

background-color css

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

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

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

border-color css

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

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

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