Html Css Color HEX #946F4E Pale Brown

📋 copy color: '#946F4E'

red 148 ◦ green 111 ◦ blue 78

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

Shades of Pale Brown #946F4E

Tints of Pale Brown #946F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 43.92%
G = 32.94%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#946F4E (or 0x946F4E) is known color: Pale Brown. HEX triplet: 94, 6F and 4E. RGB value is (148,111,78). Sum of RGB (Red+Green+Blue) = 148+111+78=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #946F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F4E is #6B90B1. Grayscale: #767676. Windows color (decimal): -7049394 or 5140372. OLE color: 5140372.

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

Color convert

RGB 148 111 78 -
CMYK 0 0.25 0.47 0.42
HSL 28.29º 0.31% 0.44% -
HSV(B) 28.29º 0.47% 0.58% -
XYZ 19.27 18.21 9.71 -
YUV 118.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 148 111 78 0 0.25 0.47 0.42 28.29 0.31 0.44
Hex 94 6F 4E 0 19 2F 2A 1C 1F 2C
Octal 224 157 116 0 31 57 52 34 37 54
Binary 10010100 1101111 1001110 0 11001 101111 101010 11100 11111 101100

Color Harmonies of #946F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F4E

Black with #946F4E

Text Example


Text Example

White with #946F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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