#B6642A

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

Shades of Christine #B6642A

Tints of Christine #B6642A

Color information

#B6642A (or 0xB6642A) is unknown color: approx Christine. HEX triplet: B6, 64 and 2A. RGB value is (182,100,42). Sum of RGB (Red+Green+Blue) = 182+100+42=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6642A is #499BD5. Grayscale: #767676. Windows color (decimal): -4824022 or 2778294. OLE color: 2778294.

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

Color convert

RGB18210042-
CMYK00.450.770.29
HSL24.86º62.5%43.92%-
HSV(B)24.86º76.92%71.37%-
XYZ24.2719.234.62-
YUV117.9185.17173.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.17%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 42 (16.80% from 255) = 12.96%
R=56.17%
G=30.86%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821004200.450.770.2924.8662.543.92
HexB6642A02D4D1D193e2c
Octal2661445205511535317654
Binary101101101100100101010010110110011011110111001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6642A; }

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

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

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

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

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

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

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

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