#B6651D

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

Shades of Christine #B6651D

Tints of Christine #B6651D

Color information

#B6651D (or 0xB6651D) is unknown color: approx Christine. HEX triplet: B6, 65 and 1D. RGB value is (182,101,29). Sum of RGB (Red+Green+Blue) = 182+101+29=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B6651D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6651D is #499AE2. Grayscale: #757575. Windows color (decimal): -4823779 or 1926582. OLE color: 1926582.

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

Color convert

RGB18210129-
CMYK00.450.840.29
HSL28.24º72.51%41.37%-
HSV(B)28.24º84.07%71.37%-
XYZ24.1719.343.62-
YUV117.0178.34174.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.33%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 29 (11.72% from 255) = 9.29%
R=58.33%
G=32.37%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821012900.450.840.2928.2472.5141.37
HexB6651D02D541D1c4929
Octal26614535055124353411151
Binary101101101100101111010101101101010011101111001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6651D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6651D; }

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

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

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

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

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

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

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

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