Html Css Color HEX #967450 Pale Brown

📋 copy color: '#967450'

red 150 ◦ green 116 ◦ blue 80

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

Shades of Pale Brown #967450

Tints of Pale Brown #967450

RGB

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

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

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

R = 43.35%
G = 33.53%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#967450 (or 0x967450) is known color: Pale Brown. HEX triplet: 96, 74 and 50. RGB value is (150,116,80). Sum of RGB (Red+Green+Blue) = 150+116+80=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #967450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967450 is #698BAF. Grayscale: #7A7A7A. Windows color (decimal): -6917040 or 5272726. OLE color: 5272726.

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

Color convert

RGB 150 116 80 -
CMYK 0 0.23 0.47 0.41
HSL 30.86º 0.3% 0.45% -
HSV(B) 30.86º 0.47% 0.59% -
XYZ 20.27 19.55 10.3 -
YUV 122.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 150 116 80 0 0.23 0.47 0.41 30.86 0.3 0.45
Hex 96 74 50 0 17 2F 29 1F 1E 2D
Octal 226 164 120 0 27 57 51 37 36 55
Binary 10010110 1110100 1010000 0 10111 101111 101001 11111 11110 101101

Color Harmonies of #967450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967450

Black with #967450

Text Example


Text Example

White with #967450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967450; }

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

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

background-color css

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

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

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

border-color css

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

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

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