#B66633

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

Shades of Christine #B66633

Tints of Christine #B66633

Color information

#B66633 (or 0xB66633) is unknown color: approx Christine. HEX triplet: B6, 66 and 33. RGB value is (182,102,51). Sum of RGB (Red+Green+Blue) = 182+102+51=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B66633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66633 is #4999CC. Grayscale: #787878. Windows color (decimal): -4823501 or 3368630. OLE color: 3368630.

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

Color convert

RGB18210251-
CMYK00.440.720.29
HSL23.36º56.22%45.69%-
HSV(B)23.36º71.98%71.37%-
XYZ24.6419.695.63-
YUV120.1189172.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.33%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 51 (20.31% from 255) = 15.22%
R=54.33%
G=30.45%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821025100.440.720.2923.3656.2245.69
HexB6663302C481D17382e
Octal2661466305411035277056
Binary101101101100110110011010110010010001110110111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66633; }

 p { color: rgb(182,102,51); }

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

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

 a { background-color: rgb(182,102,51); }

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

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

 span { border-color: rgb(182,102,51); }

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