#B6655B

Color #B6655B Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #B6655B

Tints of Sunglo #B6655B

Color information

#B6655B (or 0xB6655B) is unknown color: approx Sunglo. HEX triplet: B6, 65 and 5B. RGB value is (182,101,91). Sum of RGB (Red+Green+Blue) = 182+101+91=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6655B is #499AA4. Grayscale: #7C7C7C. Windows color (decimal): -4823717 or 5989814. OLE color: 5989814.

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

Color convert

RGB18210191-
CMYK00.450.50.29
HSL6.59º38.4%53.53%-
HSV(B)6.59º50%71.37%-
XYZ25.8320.0112.4-
YUV124.08109.34169.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 91 (35.94% from 255) = 24.33%
R=48.66%
G=27.01%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821019100.450.50.296.5938.453.53
HexB6655B02D321D72636
Octal266145133055623574666
Binary1011011011001011011011010110111001011101111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6655B; }

 p { color: rgb(182,101,91); }

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

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

 a { background-color: rgb(182,101,91); }

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

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

 span { border-color: rgb(182,101,91); }

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