Html Css Color HEX #967051 Pale Brown

📋 copy color: '#967051'

red 150 ◦ green 112 ◦ blue 81

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

Shades of Pale Brown #967051

Tints of Pale Brown #967051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.62%

R = 43.73%
G = 32.65%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#967051 (or 0x967051) is known color: Pale Brown. HEX triplet: 96, 70 and 51. RGB value is (150,112,81). Sum of RGB (Red+Green+Blue) = 150+112+81=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #967051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967051 is #698FAE. Grayscale: #777777. Windows color (decimal): -6918063 or 5337238. OLE color: 5337238.

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

Color convert

RGB 150 112 81 -
CMYK 0 0.25 0.46 0.41
HSL 26.96º 0.3% 0.45% -
HSV(B) 26.96º 0.46% 0.59% -
XYZ 19.86 18.67 10.34 -
YUV 119.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 150 112 81 0 0.25 0.46 0.41 26.96 0.3 0.45
Hex 96 70 51 0 19 2E 29 1B 1E 2D
Octal 226 160 121 0 31 56 51 33 36 55
Binary 10010110 1110000 1010001 0 11001 101110 101001 11011 11110 101101

Color Harmonies of #967051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967051

Black with #967051

Text Example


Text Example

White with #967051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967051; }

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

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

background-color css

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

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

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

border-color css

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

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

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