Html Css Color HEX #666367 Fedora

📋 copy color: '#666367'

red 102 ◦ green 99 ◦ blue 103

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

Shades of Fedora #666367

Tints of Fedora #666367

RGB

 RED value IS 102 (40.23% from 255) = 33.55%

 GREEN value IS 99 (39.06% from 255) = 32.57%

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

R = 33.55%
G = 32.57%
B = 33.88%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#666367 (or 0x666367) is known color: Fedora. HEX triplet: 66, 63 and 67. RGB value is (102,99,103). Sum of RGB (Red+Green+Blue) = 102+99+103=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 103 - color contains mainly: blue. Hex color #666367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666367 is #999C98. Grayscale: #646464. Windows color (decimal): -10067097 or 6775654. OLE color: 6775654.

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

Color convert

RGB 102 99 103 -
CMYK 0.01 0.04 0 0.60
HSL 285º 0.02% 0.4% -
HSV(B) 285º 0.04% 0.4% -
XYZ 12.39 12.73 14.64 -
YUV 100.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 102 99 103 0.01 0.04 0 0.60 285 0.02 0.4
Hex 66 63 67 1 4 0 3C 11D 2 28
Octal 146 143 147 1 4 0 74 435 2 50
Binary 1100110 1100011 1100111 1 100 0 111100 100011101 10 101000

Color Harmonies of #666367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666367

Black with #666367

Text Example


Text Example

White with #666367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666367; }

 p { color: rgb(102,99,103); }

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

background-color css

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

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

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

border-color css

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

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

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