#B6621E

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

Shades of Christine #B6621E

Tints of Christine #B6621E

Color information

#B6621E (or 0xB6621E) is unknown color: approx Christine. HEX triplet: B6, 62 and 1E. RGB value is (182,98,30). Sum of RGB (Red+Green+Blue) = 182+98+30=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6621E is #499DE1. Grayscale: #737373. Windows color (decimal): -4824546 or 1991350. OLE color: 1991350.

HSL color Cylindrical-coordinate representation of color #B6621E: hue angle of 26.84º 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 #B6621E is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB1829830-
CMYK00.460.840.29
HSL26.84º71.7%41.57%-
HSV(B)26.84º83.52%71.37%-
XYZ23.8918.773.59-
YUV115.3679.83175.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.71%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 30 (12.11% from 255) = 9.68%
R=58.71%
G=31.61%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182983000.460.840.2926.8471.741.57
HexB6621E02E541D1b482a
Octal26614236056124353311052
Binary101101101100010111100101110101010011101110111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6621E; }

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

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

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

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

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

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

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

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