Html Css Color HEX #66536D Fedora

📋 copy color: '#66536D'

red 102 ◦ green 83 ◦ blue 109

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

Shades of Fedora #66536D

Tints of Fedora #66536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 34.69%
G = 28.23%
B = 37.07%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#66536D (or 0x66536D) is known color: Fedora. HEX triplet: 66, 53 and 6D. RGB value is (102,83,109). Sum of RGB (Red+Green+Blue) = 102+83+109=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 109 - color contains mainly: blue. Hex color #66536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66536D is #99AC92. Grayscale: #5B5B5B. Windows color (decimal): -10071187 or 7164774. OLE color: 7164774.

HSL color Cylindrical-coordinate representation of color #66536D: hue angle of 283.85º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66536D is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 102 83 109 -
CMYK 0.06 0.24 0 0.57
HSL 283.85º 0.14% 0.38% -
HSV(B) 283.85º 0.24% 0.43% -
XYZ 11.33 10.12 15.82 -
YUV 91.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 102 83 109 0.06 0.24 0 0.57 283.85 0.14 0.38
Hex 66 53 6D 6 18 0 39 11C E 26
Octal 146 123 155 6 30 0 71 434 16 46
Binary 1100110 1010011 1101101 110 11000 0 111001 100011100 1110 100110

Color Harmonies of #66536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66536D

Black with #66536D

Text Example


Text Example

White with #66536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66536D; }

 p { color: rgb(102,83,109); }

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

background-color css

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

 a { background-color: rgb(102,83,109); }

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

border-color css

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

 span { border-color: rgb(102,83,109); }

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