#C6504F

Color #C6504F Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #C6504F

Tints of Fuzzy Wuzzy Brown #C6504F

Color information

#C6504F (or 0xC6504F) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C6, 50 and 4F. RGB value is (198,80,79). Sum of RGB (Red+Green+Blue) = 198+80+79=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6504F is #39AFB0. Grayscale: #737373. Windows color (decimal): -3780529 or 5198022. OLE color: 5198022.

HSL color Cylindrical-coordinate representation of color #C6504F: hue angle of 0.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6504F is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB1988079-
CMYK00.600.600.22
HSL0.5º51.07%54.31%-
HSV(B)0.5º60.1%77.65%-
XYZ27.5718.319.48-
YUV115.17107.59187.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.46%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=55.46%
G=22.41%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198807900.600.600.220.551.0754.31
HexC6504F03C3C1613336
Octal306120117074742616366
Binary11000110101000010011110111100111100101101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6504F; }

 p { color: rgb(198,80,79); }

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

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

 a { background-color: rgb(198,80,79); }

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

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

 span { border-color: rgb(198,80,79); }

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