#B66724

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

Shades of Christine #B66724

Tints of Christine #B66724

Color information

#B66724 (or 0xB66724) is unknown color: approx Christine. HEX triplet: B6, 67 and 24. RGB value is (182,103,36). Sum of RGB (Red+Green+Blue) = 182+103+36=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B66724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66724 is #4998DB. Grayscale: #777777. Windows color (decimal): -4823260 or 2385846. OLE color: 2385846.

HSL color Cylindrical-coordinate representation of color #B66724: hue angle of 27.53º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B66724 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB18210336-
CMYK00.430.800.29
HSL27.53º66.97%42.75%-
HSV(B)27.53º80.22%71.37%-
XYZ24.4619.774.2-
YUV118.9881.17172.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.70%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 36 (14.45% from 255) = 11.21%
R=56.70%
G=32.09%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821033600.430.800.2927.5366.9742.75
HexB6672402B501D1c432b
Octal26614744053120353410353
Binary1011011011001111001000101011101000011101111001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66724; }

 p { color: rgb(182,103,36); }

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

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

 a { background-color: rgb(182,103,36); }

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

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

 span { border-color: rgb(182,103,36); }

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