Html Css Color HEX #967044 Pale Brown

📋 copy color: '#967044'

red 150 ◦ green 112 ◦ blue 68

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

Shades of Pale Brown #967044

Tints of Pale Brown #967044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.61%

R = 45.45%
G = 33.94%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#967044 (or 0x967044) is known color: Pale Brown. HEX triplet: 96, 70 and 44. RGB value is (150,112,68). Sum of RGB (Red+Green+Blue) = 150+112+68=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #967044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967044 is #698FBB. Grayscale: #767676. Windows color (decimal): -6918076 or 4485270. OLE color: 4485270.

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

Color convert

RGB 150 112 68 -
CMYK 0 0.25 0.55 0.41
HSL 32.2º 0.38% 0.43% -
HSV(B) 32.2º 0.55% 0.59% -
XYZ 19.42 18.49 8.01 -
YUV 118.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 150 112 68 0 0.25 0.55 0.41 32.2 0.38 0.43
Hex 96 70 44 0 19 37 29 20 26 2B
Octal 226 160 104 0 31 67 51 40 46 53
Binary 10010110 1110000 1000100 0 11001 110111 101001 100000 100110 101011

Color Harmonies of #967044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967044

Black with #967044

Text Example


Text Example

White with #967044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967044; }

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

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

background-color css

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

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

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

border-color css

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

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

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