Html Css Color HEX #967342 Pale Brown

📋 copy color: '#967342'

red 150 ◦ green 115 ◦ blue 66

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

Shades of Pale Brown #967342

Tints of Pale Brown #967342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.74%

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

R = 45.32%
G = 34.74%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#967342 (or 0x967342) is known color: Pale Brown. HEX triplet: 96, 73 and 42. RGB value is (150,115,66). Sum of RGB (Red+Green+Blue) = 150+115+66=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #967342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967342 is #698CBD. Grayscale: #787878. Windows color (decimal): -6917310 or 4354966. OLE color: 4354966.

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

Color convert

RGB 150 115 66 -
CMYK 0 0.23 0.56 0.41
HSL 35º 0.39% 0.42% -
HSV(B) 35º 0.56% 0.59% -
XYZ 19.69 19.14 7.81 -
YUV 119.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 150 115 66 0 0.23 0.56 0.41 35 0.39 0.42
Hex 96 73 42 0 17 38 29 23 27 2A
Octal 226 163 102 0 27 70 51 43 47 52
Binary 10010110 1110011 1000010 0 10111 111000 101001 100011 100111 101010

Color Harmonies of #967342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967342

Black with #967342

Text Example


Text Example

White with #967342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967342; }

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

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

background-color css

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

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

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

border-color css

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

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

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