Html Css Color HEX #676169 Fedora

📋 copy color: '#676169'

red 103 ◦ green 97 ◦ blue 105

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

Shades of Fedora #676169

Tints of Fedora #676169

RGB

 RED value IS 103 (40.63% from 255) = 33.77%

 GREEN value IS 97 (38.28% from 255) = 31.8%

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

R = 33.77%
G = 31.8%
B = 34.43%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#676169 (or 0x676169) is known color: Fedora. HEX triplet: 67, 61 and 69. RGB value is (103,97,105). Sum of RGB (Red+Green+Blue) = 103+97+105=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 105 - color contains mainly: blue. Hex color #676169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676169 is #989E96. Grayscale: #636363. Windows color (decimal): -10002071 or 6906215. OLE color: 6906215.

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

Color convert

RGB 103 97 105 -
CMYK 0.02 0.08 0 0.59
HSL 285º 0.04% 0.4% -
HSV(B) 285º 0.08% 0.41% -
XYZ 12.42 12.45 15.11 -
YUV 99.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 103 97 105 0.02 0.08 0 0.59 285 0.04 0.4
Hex 67 61 69 2 8 0 3B 11D 4 28
Octal 147 141 151 2 10 0 73 435 4 50
Binary 1100111 1100001 1101001 10 1000 0 111011 100011101 100 101000

Color Harmonies of #676169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676169

Black with #676169

Text Example


Text Example

White with #676169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676169; }

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

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

background-color css

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

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

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

border-color css

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

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

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