Html Css Color HEX #967448 Pale Brown

📋 copy color: '#967448'

red 150 ◦ green 116 ◦ blue 72

#967448
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Brown #967448

Tints of Pale Brown #967448

RGB

 RED value IS 150 (58.98% from 255) = 44.38%

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 44.38%
G = 34.32%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#967448 (or 0x967448) is known color: Pale Brown. HEX triplet: 96, 74 and 48. RGB value is (150,116,72). Sum of RGB (Red+Green+Blue) = 150+116+72=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #967448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967448 is #698BB7. Grayscale: #797979. Windows color (decimal): -6917048 or 4748438. OLE color: 4748438.

HSL color Cylindrical-coordinate representation of color #967448: hue angle of 33.85º 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 #967448 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 116 72 -
CMYK 0 0.23 0.52 0.41
HSL 33.85º 0.35% 0.44% -
HSV(B) 33.85º 0.52% 0.59% -
XYZ 19.99 19.44 8.83 -
YUV 121.15 100.26 148.58 -
System Red Green Blue C M Y K H S L
Decimal 150 116 72 0 0.23 0.52 0.41 33.85 0.35 0.44
Hex 96 74 48 0 17 34 29 22 23 2C
Octal 226 164 110 0 27 64 51 42 43 54
Binary 10010110 1110100 1001000 0 10111 110100 101001 100010 100011 101100

Color Harmonies of #967448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967448

Black with #967448

Text Example


Text Example

White with #967448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967448; }

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

 H1.HeaderClassName
 {
   color: #967448;
 }
 .AnyTagClassName
 {
   color: #967448;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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