Html Css Color HEX #967249 Pale Brown

📋 copy color: '#967249'

red 150 ◦ green 114 ◦ blue 73

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

Shades of Pale Brown #967249

Tints of Pale Brown #967249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 44.51%
G = 33.83%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#967249 (or 0x967249) is known color: Pale Brown. HEX triplet: 96, 72 and 49. RGB value is (150,114,73). Sum of RGB (Red+Green+Blue) = 150+114+73=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #967249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967249 is #698DB6. Grayscale: #787878. Windows color (decimal): -6917559 or 4813462. OLE color: 4813462.

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

Color convert

RGB 150 114 73 -
CMYK 0 0.24 0.51 0.41
HSL 31.95º 0.35% 0.44% -
HSV(B) 31.95º 0.51% 0.59% -
XYZ 19.8 19 8.93 -
YUV 120.09 101.43 149.33 -
System Red Green Blue C M Y K H S L
Decimal 150 114 73 0 0.24 0.51 0.41 31.95 0.35 0.44
Hex 96 72 49 0 18 33 29 20 23 2C
Octal 226 162 111 0 30 63 51 40 43 54
Binary 10010110 1110010 1001001 0 11000 110011 101001 100000 100011 101100

Color Harmonies of #967249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967249

Black with #967249

Text Example


Text Example

White with #967249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967249; }

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

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

background-color css

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

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

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

border-color css

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

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

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