Html Css Color HEX #967256 Pale Brown

📋 copy color: '#967256'

red 150 ◦ green 114 ◦ blue 86

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

Shades of Pale Brown #967256

Tints of Pale Brown #967256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

 BLUE value IS 86 (33.98% from 255) = 24.57%

R = 42.86%
G = 32.57%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#967256 (or 0x967256) is known color: Pale Brown. HEX triplet: 96, 72 and 56. RGB value is (150,114,86). Sum of RGB (Red+Green+Blue) = 150+114+86=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #967256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967256 is #698DA9. Grayscale: #797979. Windows color (decimal): -6917546 or 5665430. OLE color: 5665430.

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

Color convert

RGB 150 114 86 -
CMYK 0 0.24 0.43 0.41
HSL 26.25º 0.27% 0.46% -
HSV(B) 26.25º 0.43% 0.59% -
XYZ 20.27 19.19 11.44 -
YUV 121.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 150 114 86 0 0.24 0.43 0.41 26.25 0.27 0.46
Hex 96 72 56 0 18 2B 29 1A 1B 2E
Octal 226 162 126 0 30 53 51 32 33 56
Binary 10010110 1110010 1010110 0 11000 101011 101001 11010 11011 101110

Color Harmonies of #967256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967256

Black with #967256

Text Example


Text Example

White with #967256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967256; }

 p { color: rgb(150,114,86); }

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

background-color css

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

 a { background-color: rgb(150,114,86); }

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

border-color css

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

 span { border-color: rgb(150,114,86); }

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