#B6605D

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

Shades of Fuzzy Wuzzy Brown #B6605D

Tints of Fuzzy Wuzzy Brown #B6605D

Color information

#B6605D (or 0xB6605D) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B6, 60 and 5D. RGB value is (182,96,93). Sum of RGB (Red+Green+Blue) = 182+96+93=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B6605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6605D is #499FA2. Grayscale: #797979. Windows color (decimal): -4824995 or 6119606. OLE color: 6119606.

HSL color Cylindrical-coordinate representation of color #B6605D: hue angle of 2.02º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6605D is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1829693-
CMYK00.470.490.29
HSL2.02º37.87%53.92%-
HSV(B)2.02º48.9%71.37%-
XYZ25.4519.112.7-
YUV121.37111.99171.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=49.06%
G=25.88%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182969300.470.490.292.0237.8753.92
HexB6605D02F311D22636
Octal266140135057613524666
Binary101101101100000101110101011111100011110110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6605D; }

 p { color: rgb(182,96,93); }

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

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

 a { background-color: rgb(182,96,93); }

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

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

 span { border-color: rgb(182,96,93); }

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