#967248

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

Shades of Pale Brown #967248

Tints of Pale Brown #967248

Color information

#967248 (or 0x967248) is unknown color: approx Pale Brown. HEX triplet: 96, 72 and 48. RGB value is (150,114,72). Sum of RGB (Red+Green+Blue) = 150+114+72=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #967248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967248 is #698DB7. Grayscale: #787878. Windows color (decimal): -6917560 or 4747926. OLE color: 4747926.

HSL color Cylindrical-coordinate representation of color #967248: hue angle of 32.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #967248 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB15011472-
CMYK00.240.520.41
HSL32.31º35.14%43.53%-
HSV(B)32.31º52%58.82%-
XYZ19.7618.998.75-
YUV119.98100.93149.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=44.64%
G=33.93%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501147200.240.520.4132.3135.1443.53
Hex967248018342920232c
Octal2261621100306451404354
Binary1001011011100101001000011000110100101001100000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967248; }

 p { color: rgb(150,114,72); }

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

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

 a { background-color: rgb(150,114,72); }

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

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

 span { border-color: rgb(150,114,72); }

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