Html Css Color HEX #675267 Fedora

📋 copy color: '#675267'

red 103 ◦ green 82 ◦ blue 103

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

Shades of Fedora #675267

Tints of Fedora #675267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.76%

R = 35.76%
G = 28.47%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#675267 (or 0x675267) is known color: Fedora. HEX triplet: 67, 52 and 67. RGB value is (103,82,103). Sum of RGB (Red+Green+Blue) = 103+82+103=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #675267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675267 is #98AD98. Grayscale: #5A5A5A. Windows color (decimal): -10005913 or 6771303. OLE color: 6771303.

HSL color Cylindrical-coordinate representation of color #675267: hue angle of 300º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #675267 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 82 103 -
CMYK 0 0.20 0 0.60
HSL 300º 0.11% 0.36% -
HSV(B) 300º 0.2% 0.4% -
XYZ 11.06 9.9 14.16 -
YUV 90.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 103 82 103 0 0.20 0 0.60 300 0.11 0.36
Hex 67 52 67 0 14 0 3C 12C B 24
Octal 147 122 147 0 24 0 74 454 13 44
Binary 1100111 1010010 1100111 0 10100 0 111100 100101100 1011 100100

Color Harmonies of #675267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675267

Black with #675267

Text Example


Text Example

White with #675267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675267; }

 p { color: rgb(103,82,103); }

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

background-color css

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

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

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

border-color css

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

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

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