Html Css Color HEX #947655 Pale Brown

📋 copy color: '#947655'

red 148 ◦ green 118 ◦ blue 85

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

Shades of Pale Brown #947655

Tints of Pale Brown #947655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.22%

R = 42.17%
G = 33.62%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#947655 (or 0x947655) is known color: Pale Brown. HEX triplet: 94, 76 and 55. RGB value is (148,118,85). Sum of RGB (Red+Green+Blue) = 148+118+85=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #947655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947655 is #6B89AA. Grayscale: #7B7B7B. Windows color (decimal): -7047595 or 5600916. OLE color: 5600916.

HSL color Cylindrical-coordinate representation of color #947655: hue angle of 31.43º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #947655 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 85 -
CMYK 0 0.20 0.43 0.42
HSL 31.43º 0.27% 0.46% -
HSV(B) 31.43º 0.43% 0.58% -
XYZ 20.33 19.91 11.37 -
YUV 123.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 148 118 85 0 0.20 0.43 0.42 31.43 0.27 0.46
Hex 94 76 55 0 14 2B 2A 1F 1B 2E
Octal 224 166 125 0 24 53 52 37 33 56
Binary 10010100 1110110 1010101 0 10100 101011 101010 11111 11011 101110

Color Harmonies of #947655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947655

Black with #947655

Text Example


Text Example

White with #947655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947655; }

 p { color: rgb(148,118,85); }

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

background-color css

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

 a { background-color: rgb(148,118,85); }

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

border-color css

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

 span { border-color: rgb(148,118,85); }

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