Html Css Color HEX #674D6E Fedora

📋 copy color: '#674D6E'

red 103 ◦ green 77 ◦ blue 110

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

Shades of Fedora #674D6E

Tints of Fedora #674D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.55%

 BLUE value IS 110 (43.36% from 255) = 37.93%

R = 35.52%
G = 26.55%
B = 37.93%

CMYK

 C value IS 0.06

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#674D6E (or 0x674D6E) is known color: Fedora. HEX triplet: 67, 4D and 6E. RGB value is (103,77,110). Sum of RGB (Red+Green+Blue) = 103+77+110=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #674D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674D6E is #98B291. Grayscale: #585858. Windows color (decimal): -10007186 or 7228775. OLE color: 7228775.

HSL color Cylindrical-coordinate representation of color #674D6E: hue angle of 287.27º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #674D6E is Cyan = 0.06, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 77 110 -
CMYK 0.06 0.3 0 0.57
HSL 287.27º 0.18% 0.37% -
HSV(B) 287.27º 0.3% 0.43% -
XYZ 11.06 9.32 15.97 -
YUV 88.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 103 77 110 0.06 0.3 0 0.57 287.27 0.18 0.37
Hex 67 4D 6E 6 1E 0 39 11F 12 25
Octal 147 115 156 6 36 0 71 437 22 45
Binary 1100111 1001101 1101110 110 11110 0 111001 100011111 10010 100101

Color Harmonies of #674D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D6E

Black with #674D6E

Text Example


Text Example

White with #674D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674D6E; }

 p { color: rgb(103,77,110); }

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

background-color css

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

 a { background-color: rgb(103,77,110); }

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

border-color css

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

 span { border-color: rgb(103,77,110); }

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