#67536C

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

Shades of Fedora #67536C

Tints of Fedora #67536C

Color information

#67536C (or 0x67536C) is unknown color: approx Fedora. HEX triplet: 67, 53 and 6C. RGB value is (103,83,108). Sum of RGB (Red+Green+Blue) = 103+83+108=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 108 - color contains mainly: blue. Hex color #67536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67536C is #98AC93. Grayscale: #5B5B5B. Windows color (decimal): -10005652 or 7099239. OLE color: 7099239.

HSL color Cylindrical-coordinate representation of color #67536C: hue angle of 288º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67536C is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10383108-
CMYK0.050.2300.58
HSL288º13.09%37.45%-
HSV(B)288º23.15%42.35%-
XYZ11.3910.1515.55-
YUV91.83137.13135.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.03%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=35.03%
G=28.23%
B=36.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103831080.050.2300.5828813.0937.45
Hex67536C51703A120d25
Octal1471231545270724401545
Binary1100111101001111011001011011101110101001000001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67536C; }

 p { color: rgb(103,83,108); }

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

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

 a { background-color: rgb(103,83,108); }

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

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

 span { border-color: rgb(103,83,108); }

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