#B6601E

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

Shades of Christine #B6601E

Tints of Christine #B6601E

Color information

#B6601E (or 0xB6601E) is unknown color: approx Christine. HEX triplet: B6, 60 and 1E. RGB value is (182,96,30). Sum of RGB (Red+Green+Blue) = 182+96+30=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B6601E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6601E is #499FE1. Grayscale: #727272. Windows color (decimal): -4825058 or 1990838. OLE color: 1990838.

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

Color convert

RGB1829630-
CMYK00.470.840.29
HSL26.05º71.7%41.57%-
HSV(B)26.05º83.52%71.37%-
XYZ23.7118.43.53-
YUV114.1980.49176.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.09%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 30 (12.11% from 255) = 9.74%
R=59.09%
G=31.17%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182963000.470.840.2926.0571.741.57
HexB6601E02F541D1a482a
Octal26614036057124353211052
Binary101101101100000111100101111101010011101110101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6601E; }

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

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

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

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

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

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

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

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