#B6605E

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

Shades of Fuzzy Wuzzy Brown #B6605E

Tints of Fuzzy Wuzzy Brown #B6605E

Color information

#B6605E (or 0xB6605E) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B6, 60 and 5E. RGB value is (182,96,94). Sum of RGB (Red+Green+Blue) = 182+96+94=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B6605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6605E is #499FA1. Grayscale: #797979. Windows color (decimal): -4824994 or 6185142. OLE color: 6185142.

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

Color convert

RGB1829694-
CMYK00.470.480.29
HSL1.36º37.61%54.12%-
HSV(B)1.36º48.35%71.37%-
XYZ25.4919.1212.94-
YUV121.49112.49171.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.92%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 94 (37.11% from 255) = 25.27%
R=48.92%
G=25.81%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182969400.470.480.291.3637.6154.12
HexB6605E02F301D12636
Octal266140136057603514666
Binary10110110110000010111100101111110000111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6605E; }

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

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

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

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

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

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

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

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