Html Css Color HEX #665567 Fedora

📋 copy color: '#665567'

red 102 ◦ green 85 ◦ blue 103

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

Shades of Fedora #665567

Tints of Fedora #665567

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 35.17%
G = 29.31%
B = 35.52%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#665567 (or 0x665567) is known color: Fedora. HEX triplet: 66, 55 and 67. RGB value is (102,85,103). Sum of RGB (Red+Green+Blue) = 102+85+103=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 103 - color contains mainly: blue. Hex color #665567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665567 is #99AA98. Grayscale: #5C5C5C. Windows color (decimal): -10070681 or 6772070. OLE color: 6772070.

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

Color convert

RGB 102 85 103 -
CMYK 0.01 0.17 0 0.60
HSL 296.67º 0.1% 0.37% -
HSV(B) 296.67º 0.17% 0.4% -
XYZ 11.18 10.3 14.23 -
YUV 92.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 102 85 103 0.01 0.17 0 0.60 296.67 0.1 0.37
Hex 66 55 67 1 11 0 3C 129 A 25
Octal 146 125 147 1 21 0 74 451 12 45
Binary 1100110 1010101 1100111 1 10001 0 111100 100101001 1010 100101

Color Harmonies of #665567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665567

Black with #665567

Text Example


Text Example

White with #665567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665567; }

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

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

background-color css

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

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

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

border-color css

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

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

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