Html Css Color HEX #967358 Pale Brown

📋 copy color: '#967358'

red 150 ◦ green 115 ◦ blue 88

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

Shades of Pale Brown #967358

Tints of Pale Brown #967358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.93%

R = 42.49%
G = 32.58%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#967358 (or 0x967358) is known color: Pale Brown. HEX triplet: 96, 73 and 58. RGB value is (150,115,88). Sum of RGB (Red+Green+Blue) = 150+115+88=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #967358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967358 is #698CA7. Grayscale: #7A7A7A. Windows color (decimal): -6917288 or 5796758. OLE color: 5796758.

HSL color Cylindrical-coordinate representation of color #967358: hue angle of 26.13º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #967358 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 88 -
CMYK 0 0.23 0.41 0.41
HSL 26.13º 0.26% 0.47% -
HSV(B) 26.13º 0.41% 0.59% -
XYZ 20.47 19.45 11.91 -
YUV 122.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 150 115 88 0 0.23 0.41 0.41 26.13 0.26 0.47
Hex 96 73 58 0 17 29 29 1A 1A 2F
Octal 226 163 130 0 27 51 51 32 32 57
Binary 10010110 1110011 1011000 0 10111 101001 101001 11010 11010 101111

Color Harmonies of #967358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967358

Black with #967358

Text Example


Text Example

White with #967358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967358; }

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

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

background-color css

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

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

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

border-color css

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

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

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