#C65954

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

Shades of Fuzzy Wuzzy Brown #C65954

Tints of Fuzzy Wuzzy Brown #C65954

Color information

#C65954 (or 0xC65954) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C6, 59 and 54. RGB value is (198,89,84). Sum of RGB (Red+Green+Blue) = 198+89+84=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C65954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65954 is #39A6AB. Grayscale: #797979. Windows color (decimal): -3778220 or 5528006. OLE color: 5528006.

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

Color convert

RGB1988984-
CMYK00.550.580.22
HSL2.63º50%55.29%-
HSV(B)2.63º57.58%77.65%-
XYZ28.4619.7910.71-
YUV121.02107.11182.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.37%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 84 (33.20% from 255) = 22.64%
R=53.37%
G=23.99%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198898400.550.580.222.635055.29
HexC659540373A1633237
Octal306131124067722636267
Binary110001101011001101010001101111110101011011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65954; }

 p { color: rgb(198,89,84); }

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

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

 a { background-color: rgb(198,89,84); }

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

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

 span { border-color: rgb(198,89,84); }

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