Html Css Color HEX #665267 Fedora

📋 copy color: '#665267'

red 102 ◦ green 82 ◦ blue 103

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

Shades of Fedora #665267

Tints of Fedora #665267

RGB

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

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

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

R = 35.54%
G = 28.57%
B = 35.89%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#665267 (or 0x665267) is known color: Fedora. HEX triplet: 66, 52 and 67. RGB value is (102,82,103). Sum of RGB (Red+Green+Blue) = 102+82+103=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 103 - color contains mainly: blue. Hex color #665267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665267 is #99AD98. Grayscale: #5A5A5A. Windows color (decimal): -10071449 or 6771302. OLE color: 6771302.

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

Color convert

RGB 102 82 103 -
CMYK 0.01 0.20 0 0.60
HSL 297.14º 0.11% 0.36% -
HSV(B) 297.14º 0.2% 0.4% -
XYZ 10.94 9.84 14.15 -
YUV 90.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 102 82 103 0.01 0.20 0 0.60 297.14 0.11 0.36
Hex 66 52 67 1 14 0 3C 129 B 24
Octal 146 122 147 1 24 0 74 451 13 44
Binary 1100110 1010010 1100111 1 10100 0 111100 100101001 1011 100100

Color Harmonies of #665267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665267

Black with #665267

Text Example


Text Example

White with #665267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665267; }

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

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

background-color css

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

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

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

border-color css

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

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

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