Html Css Color HEX #967652 Pale Brown

📋 copy color: '#967652'

red 150 ◦ green 118 ◦ blue 82

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

Shades of Pale Brown #967652

Tints of Pale Brown #967652

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 42.86%
G = 33.71%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#967652 (or 0x967652) is known color: Pale Brown. HEX triplet: 96, 76 and 52. RGB value is (150,118,82). Sum of RGB (Red+Green+Blue) = 150+118+82=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #967652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967652 is #6989AD. Grayscale: #7B7B7B. Windows color (decimal): -6916526 or 5404310. OLE color: 5404310.

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

Color convert

RGB 150 118 82 -
CMYK 0 0.21 0.45 0.41
HSL 31.76º 0.29% 0.45% -
HSV(B) 31.76º 0.45% 0.59% -
XYZ 20.58 20.05 10.77 -
YUV 123.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 150 118 82 0 0.21 0.45 0.41 31.76 0.29 0.45
Hex 96 76 52 0 15 2D 29 20 1D 2D
Octal 226 166 122 0 25 55 51 40 35 55
Binary 10010110 1110110 1010010 0 10101 101101 101001 100000 11101 101101

Color Harmonies of #967652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967652

Black with #967652

Text Example


Text Example

White with #967652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967652; }

 p { color: rgb(150,118,82); }

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

background-color css

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

 a { background-color: rgb(150,118,82); }

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

border-color css

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

 span { border-color: rgb(150,118,82); }

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