Html Css Color HEX #946F4C Pale Brown

📋 copy color: '#946F4C'

red 148 ◦ green 111 ◦ blue 76

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

Shades of Pale Brown #946F4C

Tints of Pale Brown #946F4C

RGB

 RED value IS 148 (58.2% from 255) = 44.18%

 GREEN value IS 111 (43.75% from 255) = 33.13%

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 44.18%
G = 33.13%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#946F4C (or 0x946F4C) is known color: Pale Brown. HEX triplet: 94, 6F and 4C. RGB value is (148,111,76). Sum of RGB (Red+Green+Blue) = 148+111+76=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #946F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946F4C is #6B90B3. Grayscale: #767676. Windows color (decimal): -7049396 or 5009300. OLE color: 5009300.

HSL color Cylindrical-coordinate representation of color #946F4C: hue angle of 29.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #946F4C is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 111 76 -
CMYK 0 0.25 0.49 0.42
HSL 29.17º 0.32% 0.44% -
HSV(B) 29.17º 0.49% 0.58% -
XYZ 19.2 18.19 9.34 -
YUV 118.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 148 111 76 0 0.25 0.49 0.42 29.17 0.32 0.44
Hex 94 6F 4C 0 19 31 2A 1D 20 2C
Octal 224 157 114 0 31 61 52 35 40 54
Binary 10010100 1101111 1001100 0 11001 110001 101010 11101 100000 101100

Color Harmonies of #946F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F4C

Black with #946F4C

Text Example


Text Example

White with #946F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946F4C; }

 p { color: rgb(148,111,76); }

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

background-color css

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

 a { background-color: rgb(148,111,76); }

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

border-color css

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

 span { border-color: rgb(148,111,76); }

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