Html Css Color HEX #946E45 Pale Brown

📋 copy color: '#946E45'

red 148 ◦ green 110 ◦ blue 69

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

Shades of Pale Brown #946E45

Tints of Pale Brown #946E45

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.64%

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 45.26%
G = 33.64%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#946E45 (or 0x946E45) is known color: Pale Brown. HEX triplet: 94, 6E and 45. RGB value is (148,110,69). Sum of RGB (Red+Green+Blue) = 148+110+69=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #946E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E45 is #6B91BA. Grayscale: #747474. Windows color (decimal): -7049659 or 4550292. OLE color: 4550292.

HSL color Cylindrical-coordinate representation of color #946E45: hue angle of 31.14º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #946E45 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 110 69 -
CMYK 0 0.26 0.53 0.42
HSL 31.14º 0.36% 0.43% -
HSV(B) 31.14º 0.53% 0.58% -
XYZ 18.86 17.88 8.09 -
YUV 116.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 148 110 69 0 0.26 0.53 0.42 31.14 0.36 0.43
Hex 94 6E 45 0 1A 35 2A 1F 24 2B
Octal 224 156 105 0 32 65 52 37 44 53
Binary 10010100 1101110 1000101 0 11010 110101 101010 11111 100100 101011

Color Harmonies of #946E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E45

Black with #946E45

Text Example


Text Example

White with #946E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,110,69); }

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

background-color css

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

 a { background-color: rgb(148,110,69); }

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

border-color css

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

 span { border-color: rgb(148,110,69); }

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