Html Css Color HEX #686765 Ironside Grey

📋 copy color: '#686765'

red 104 ◦ green 103 ◦ blue 101

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

Shades of Ironside Grey #686765

Tints of Ironside Grey #686765

RGB

 RED value IS 104 (41.02% from 255) = 33.77%

 GREEN value IS 103 (40.63% from 255) = 33.44%

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

R = 33.77%
G = 33.44%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#686765 (or 0x686765) is known color: Ironside Grey. HEX triplet: 68, 67 and 65. RGB value is (104,103,101). Sum of RGB (Red+Green+Blue) = 104+103+101=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 104 - color contains mainly: red. Hex color #686765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686765 is #97989A. Grayscale: #676767. Windows color (decimal): -9935003 or 6645608. OLE color: 6645608.

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

Color convert

RGB 104 103 101 -
CMYK 0 0.01 0.03 0.59
HSL 40º 0.01% 0.4% -
HSV(B) 40º 0.03% 0.41% -
XYZ 12.91 13.58 14.25 -
YUV 103.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 104 103 101 0 0.01 0.03 0.59 40 0.01 0.4
Hex 68 67 65 0 1 3 3B 28 1 28
Octal 150 147 145 0 1 3 73 50 1 50
Binary 1101000 1100111 1100101 0 1 11 111011 101000 1 101000

Color Harmonies of #686765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686765

Black with #686765

Text Example


Text Example

White with #686765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686765; }

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

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

background-color css

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

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

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

border-color css

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

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

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