#C65B59

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

Shades of Fuzzy Wuzzy Brown #C65B59

Tints of Fuzzy Wuzzy Brown #C65B59

Color information

#C65B59 (or 0xC65B59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C6, 5B and 59. RGB value is (198,91,89). Sum of RGB (Red+Green+Blue) = 198+91+89=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65B59 is #39A4A6. Grayscale: #7A7A7A. Windows color (decimal): -3777703 or 5856198. OLE color: 5856198.

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

Color convert

RGB1989189-
CMYK00.540.550.22
HSL1.1º48.88%56.27%-
HSV(B)1.1º55.05%77.65%-
XYZ28.8320.2111.83-
YUV122.76108.95181.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.38%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=52.38%
G=24.07%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198918900.540.550.221.148.8856.27
HexC65B59036371613138
Octal306133131066672616170
Binary11000110101101110110010110110110111101101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65B59; }

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

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

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

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

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

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

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

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