Html Css Color HEX #967142 Pale Brown

📋 copy color: '#967142'

red 150 ◦ green 113 ◦ blue 66

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

Shades of Pale Brown #967142

Tints of Pale Brown #967142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.35%

 BLUE value IS 66 (26.17% from 255) = 20.06%

R = 45.59%
G = 34.35%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#967142 (or 0x967142) is known color: Pale Brown. HEX triplet: 96, 71 and 42. RGB value is (150,113,66). Sum of RGB (Red+Green+Blue) = 150+113+66=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #967142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967142 is #698EBD. Grayscale: #767676. Windows color (decimal): -6917822 or 4354454. OLE color: 4354454.

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

Color convert

RGB 150 113 66 -
CMYK 0 0.25 0.56 0.41
HSL 33.57º 0.39% 0.42% -
HSV(B) 33.57º 0.56% 0.59% -
XYZ 19.47 18.69 7.74 -
YUV 118.71 98.26 150.32 -
System Red Green Blue C M Y K H S L
Decimal 150 113 66 0 0.25 0.56 0.41 33.57 0.39 0.42
Hex 96 71 42 0 19 38 29 22 27 2A
Octal 226 161 102 0 31 70 51 42 47 52
Binary 10010110 1110001 1000010 0 11001 111000 101001 100010 100111 101010

Color Harmonies of #967142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967142

Black with #967142

Text Example


Text Example

White with #967142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967142; }

 p { color: rgb(150,113,66); }

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

background-color css

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

 a { background-color: rgb(150,113,66); }

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

border-color css

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

 span { border-color: rgb(150,113,66); }

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