Html Css Color HEX #665667 Fedora

📋 copy color: '#665667'

red 102 ◦ green 86 ◦ blue 103

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

Shades of Fedora #665667

Tints of Fedora #665667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.55%

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

R = 35.05%
G = 29.55%
B = 35.4%

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

#665667 (or 0x665667) is known color: Fedora. HEX triplet: 66, 56 and 67. RGB value is (102,86,103). Sum of RGB (Red+Green+Blue) = 102+86+103=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 103 - color contains mainly: blue. Hex color #665667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665667 is #99A998. Grayscale: #5C5C5C. Windows color (decimal): -10070425 or 6772326. OLE color: 6772326.

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

Color convert

RGB 102 86 103 -
CMYK 0.01 0.17 0 0.60
HSL 296.47º 0.09% 0.37% -
HSV(B) 296.47º 0.17% 0.4% -
XYZ 11.26 10.46 14.26 -
YUV 92.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 102 86 103 0.01 0.17 0 0.60 296.47 0.09 0.37
Hex 66 56 67 1 11 0 3C 128 9 25
Octal 146 126 147 1 21 0 74 450 11 45
Binary 1100110 1010110 1100111 1 10001 0 111100 100101000 1001 100101

Color Harmonies of #665667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665667

Black with #665667

Text Example


Text Example

White with #665667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665667; }

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

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

background-color css

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

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

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

border-color css

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

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

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