Html Css Color HEX #967050 Pale Brown

📋 copy color: '#967050'

red 150 ◦ green 112 ◦ blue 80

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

Shades of Pale Brown #967050

Tints of Pale Brown #967050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.39%

R = 43.86%
G = 32.75%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#967050 (or 0x967050) is known color: Pale Brown. HEX triplet: 96, 70 and 50. RGB value is (150,112,80). Sum of RGB (Red+Green+Blue) = 150+112+80=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #967050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967050 is #698FAF. Grayscale: #777777. Windows color (decimal): -6918064 or 5271702. OLE color: 5271702.

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

Color convert

RGB 150 112 80 -
CMYK 0 0.25 0.47 0.41
HSL 27.43º 0.3% 0.45% -
HSV(B) 27.43º 0.47% 0.59% -
XYZ 19.82 18.65 10.14 -
YUV 119.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 150 112 80 0 0.25 0.47 0.41 27.43 0.3 0.45
Hex 96 70 50 0 19 2F 29 1B 1E 2D
Octal 226 160 120 0 31 57 51 33 36 55
Binary 10010110 1110000 1010000 0 11001 101111 101001 11011 11110 101101

Color Harmonies of #967050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967050

Black with #967050

Text Example


Text Example

White with #967050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967050; }

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

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

background-color css

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

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

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

border-color css

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

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

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