Html Css Color HEX #967242 Pale Brown

📋 copy color: '#967242'

red 150 ◦ green 114 ◦ blue 66

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

Shades of Pale Brown #967242

Tints of Pale Brown #967242

RGB

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

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

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

R = 45.45%
G = 34.55%
B = 20%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#967242 (or 0x967242) is known color: Pale Brown. HEX triplet: 96, 72 and 42. RGB value is (150,114,66). Sum of RGB (Red+Green+Blue) = 150+114+66=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #967242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967242 is #698DBD. Grayscale: #777777. Windows color (decimal): -6917566 or 4354710. OLE color: 4354710.

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

Color convert

RGB 150 114 66 -
CMYK 0 0.24 0.56 0.41
HSL 34.29º 0.39% 0.42% -
HSV(B) 34.29º 0.56% 0.59% -
XYZ 19.58 18.91 7.77 -
YUV 119.29 97.93 149.9 -
System Red Green Blue C M Y K H S L
Decimal 150 114 66 0 0.24 0.56 0.41 34.29 0.39 0.42
Hex 96 72 42 0 18 38 29 22 27 2A
Octal 226 162 102 0 30 70 51 42 47 52
Binary 10010110 1110010 1000010 0 11000 111000 101001 100010 100111 101010

Color Harmonies of #967242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967242

Black with #967242

Text Example


Text Example

White with #967242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967242; }

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

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

background-color css

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

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

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

border-color css

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

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

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