#67606A

Color #67606A Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #67606A

Tints of Fedora #67606A

Color information

#67606A (or 0x67606A) is unknown color: approx Fedora. HEX triplet: 67, 60 and 6A. RGB value is (103,96,106). Sum of RGB (Red+Green+Blue) = 103+96+106=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 106 - color contains mainly: blue. Hex color #67606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67606A is #989F95. Grayscale: #636363. Windows color (decimal): -10002326 or 6971495. OLE color: 6971495.

HSL color Cylindrical-coordinate representation of color #67606A: hue angle of 282º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #67606A is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10396106-
CMYK0.030.0900.58
HSL282º4.95%39.61%-
HSV(B)282º9.43%41.57%-
XYZ12.3812.2915.36-
YUV99.23131.82130.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.77%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=33.77%
G=31.48%
B=34.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103961060.030.0900.582824.9539.61
Hex67606A3903A11a528
Octal147140152311072432550
Binary1100111110000011010101110010111010100011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67606A; }

 p { color: rgb(103,96,106); }

 H1.HeaderClassName
 {
   color: #67606A;
 }
 .AnyTagClassName
 {
   color: #67606A;
 }
</style>
background-color css

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

 a { background-color: rgb(103,96,106); }

 div.DivClassName
 {
   background-color: #67606A;
 }
 .BgClassName
 {
   background-color: #67606A;
 }
</style>
border-color css

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

 span { border-color: rgb(103,96,106); }

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