Html Css Color HEX #967455 Pale Brown

📋 copy color: '#967455'

red 150 ◦ green 116 ◦ blue 85

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

Shades of Pale Brown #967455

Tints of Pale Brown #967455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 85 (33.59% from 255) = 24.22%

R = 42.74%
G = 33.05%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#967455 (or 0x967455) is known color: Pale Brown. HEX triplet: 96, 74 and 55. RGB value is (150,116,85). Sum of RGB (Red+Green+Blue) = 150+116+85=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #967455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967455 is #698BAA. Grayscale: #7A7A7A. Windows color (decimal): -6917035 or 5600406. OLE color: 5600406.

HSL color Cylindrical-coordinate representation of color #967455: hue angle of 28.62º degrees, saturation: 0.28, 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 #967455 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 116 85 -
CMYK 0 0.23 0.43 0.41
HSL 28.62º 0.28% 0.46% -
HSV(B) 28.62º 0.43% 0.59% -
XYZ 20.46 19.63 11.3 -
YUV 122.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 150 116 85 0 0.23 0.43 0.41 28.62 0.28 0.46
Hex 96 74 55 0 17 2B 29 1D 1C 2E
Octal 226 164 125 0 27 53 51 35 34 56
Binary 10010110 1110100 1010101 0 10111 101011 101001 11101 11100 101110

Color Harmonies of #967455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967455

Black with #967455

Text Example


Text Example

White with #967455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967455; }

 p { color: rgb(150,116,85); }

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

background-color css

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

 a { background-color: rgb(150,116,85); }

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

border-color css

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

 span { border-color: rgb(150,116,85); }

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