Html Css Color HEX #645267 Fedora

📋 copy color: '#645267'

red 100 ◦ green 82 ◦ blue 103

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

Shades of Fedora #645267

Tints of Fedora #645267

RGB

 RED value IS 100 (39.45% from 255) = 35.09%

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

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

R = 35.09%
G = 28.77%
B = 36.14%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#645267 (or 0x645267) is known color: Fedora. HEX triplet: 64, 52 and 67. RGB value is (100,82,103). Sum of RGB (Red+Green+Blue) = 100+82+103=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 103 - color contains mainly: blue. Hex color #645267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645267 is #9BAD98. Grayscale: #595959. Windows color (decimal): -10202521 or 6771300. OLE color: 6771300.

HSL color Cylindrical-coordinate representation of color #645267: hue angle of 291.43º 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 #645267 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 100 82 103 -
CMYK 0.03 0.20 0 0.60
HSL 291.43º 0.11% 0.36% -
HSV(B) 291.43º 0.2% 0.4% -
XYZ 10.72 9.72 14.14 -
YUV 89.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 100 82 103 0.03 0.20 0 0.60 291.43 0.11 0.36
Hex 64 52 67 3 14 0 3C 123 B 24
Octal 144 122 147 3 24 0 74 443 13 44
Binary 1100100 1010010 1100111 11 10100 0 111100 100100011 1011 100100

Color Harmonies of #645267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645267

Black with #645267

Text Example


Text Example

White with #645267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645267; }

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

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

background-color css

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

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

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

border-color css

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

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

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