Html Css Color HEX #967850 Pale Brown

📋 copy color: '#967850'

red 150 ◦ green 120 ◦ blue 80

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

Shades of Pale Brown #967850

Tints of Pale Brown #967850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.29%

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

R = 42.86%
G = 34.29%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#967850 (or 0x967850) is known color: Pale Brown. HEX triplet: 96, 78 and 50. RGB value is (150,120,80). Sum of RGB (Red+Green+Blue) = 150+120+80=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #967850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967850 is #6987AF. Grayscale: #7C7C7C. Windows color (decimal): -6916016 or 5273750. OLE color: 5273750.

HSL color Cylindrical-coordinate representation of color #967850: hue angle of 34.29º 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 #967850 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 80 -
CMYK 0 0.20 0.47 0.41
HSL 34.29º 0.3% 0.45% -
HSV(B) 34.29º 0.47% 0.59% -
XYZ 20.74 20.5 10.45 -
YUV 124.41 102.94 146.25 -
System Red Green Blue C M Y K H S L
Decimal 150 120 80 0 0.20 0.47 0.41 34.29 0.3 0.45
Hex 96 78 50 0 14 2F 29 22 1E 2D
Octal 226 170 120 0 24 57 51 42 36 55
Binary 10010110 1111000 1010000 0 10100 101111 101001 100010 11110 101101

Color Harmonies of #967850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967850

Black with #967850

Text Example


Text Example

White with #967850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967850; }

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

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

background-color css

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

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

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

border-color css

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

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

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