#B6642E

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

Shades of Christine #B6642E

Tints of Christine #B6642E

Color information

#B6642E (or 0xB6642E) is unknown color: approx Christine. HEX triplet: B6, 64 and 2E. RGB value is (182,100,46). Sum of RGB (Red+Green+Blue) = 182+100+46=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6642E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6642E is #499BD1. Grayscale: #767676. Windows color (decimal): -4824018 or 3040438. OLE color: 3040438.

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

Color convert

RGB18210046-
CMYK00.450.750.29
HSL23.82º59.65%44.71%-
HSV(B)23.82º74.73%71.37%-
XYZ24.3419.265.02-
YUV118.3687.17173.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.49%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 46 (18.36% from 255) = 14.02%
R=55.49%
G=30.49%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821004600.450.750.2923.8259.6544.71
HexB6642E02D4B1D183c2d
Octal2661445605511335307455
Binary101101101100100101110010110110010111110111000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6642E; }

 p { color: rgb(182,100,46); }

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

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

 a { background-color: rgb(182,100,46); }

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

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

 span { border-color: rgb(182,100,46); }

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