Html Css Color HEX #967046 Pale Brown

📋 copy color: '#967046'

red 150 ◦ green 112 ◦ blue 70

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

Shades of Pale Brown #967046

Tints of Pale Brown #967046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

 BLUE value IS 70 (27.73% from 255) = 21.08%

R = 45.18%
G = 33.73%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#967046 (or 0x967046) is known color: Pale Brown. HEX triplet: 96, 70 and 46. RGB value is (150,112,70). Sum of RGB (Red+Green+Blue) = 150+112+70=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #967046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967046 is #698FB9. Grayscale: #767676. Windows color (decimal): -6918074 or 4616342. OLE color: 4616342.

HSL color Cylindrical-coordinate representation of color #967046: hue angle of 31.5º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #967046 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 70 -
CMYK 0 0.25 0.53 0.41
HSL 31.5º 0.36% 0.43% -
HSV(B) 31.5º 0.53% 0.59% -
XYZ 19.48 18.51 8.34 -
YUV 118.57 100.59 150.42 -
System Red Green Blue C M Y K H S L
Decimal 150 112 70 0 0.25 0.53 0.41 31.5 0.36 0.43
Hex 96 70 46 0 19 35 29 1F 24 2B
Octal 226 160 106 0 31 65 51 37 44 53
Binary 10010110 1110000 1000110 0 11001 110101 101001 11111 100100 101011

Color Harmonies of #967046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967046

Black with #967046

Text Example


Text Example

White with #967046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967046; }

 p { color: rgb(150,112,70); }

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

background-color css

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

 a { background-color: rgb(150,112,70); }

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

border-color css

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

 span { border-color: rgb(150,112,70); }

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