Html Css Color HEX #967053 Pale Brown

📋 copy color: '#967053'

red 150 ◦ green 112 ◦ blue 83

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

Shades of Pale Brown #967053

Tints of Pale Brown #967053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.06%

R = 43.48%
G = 32.46%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#967053 (or 0x967053) is known color: Pale Brown. HEX triplet: 96, 70 and 53. RGB value is (150,112,83). Sum of RGB (Red+Green+Blue) = 150+112+83=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #967053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967053 is #698FAC. Grayscale: #787878. Windows color (decimal): -6918061 or 5468310. OLE color: 5468310.

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

Color convert

RGB 150 112 83 -
CMYK 0 0.25 0.45 0.41
HSL 25.97º 0.29% 0.46% -
HSV(B) 25.97º 0.45% 0.59% -
XYZ 19.93 18.7 10.74 -
YUV 120.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 150 112 83 0 0.25 0.45 0.41 25.97 0.29 0.46
Hex 96 70 53 0 19 2D 29 1A 1D 2E
Octal 226 160 123 0 31 55 51 32 35 56
Binary 10010110 1110000 1010011 0 11001 101101 101001 11010 11101 101110

Color Harmonies of #967053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967053

Black with #967053

Text Example


Text Example

White with #967053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967053; }

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

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

background-color css

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

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

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

border-color css

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

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

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