Html Css Color HEX #947D60 Sorrell Brown

📋 copy color: '#947D60'

red 148 ◦ green 125 ◦ blue 96

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

Shades of Sorrell Brown #947D60

Tints of Sorrell Brown #947D60

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.88%

 BLUE value IS 96 (37.89% from 255) = 26.02%

R = 40.11%
G = 33.88%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#947D60 (or 0x947D60) is known color: Sorrell Brown. HEX triplet: 94, 7D and 60. RGB value is (148,125,96). Sum of RGB (Red+Green+Blue) = 148+125+96=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #947D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D60 is #6B829F. Grayscale: #808080. Windows color (decimal): -7045792 or 6323604. OLE color: 6323604.

HSL color Cylindrical-coordinate representation of color #947D60: hue angle of 33.46º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #947D60 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 125 96 -
CMYK 0 0.16 0.35 0.42
HSL 33.46º 0.21% 0.48% -
HSV(B) 33.46º 0.35% 0.58% -
XYZ 21.66 21.81 14.13 -
YUV 128.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 148 125 96 0 0.16 0.35 0.42 33.46 0.21 0.48
Hex 94 7D 60 0 10 23 2A 21 15 30
Octal 224 175 140 0 20 43 52 41 25 60
Binary 10010100 1111101 1100000 0 10000 100011 101010 100001 10101 110000

Color Harmonies of #947D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D60

Black with #947D60

Text Example


Text Example

White with #947D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947D60; }

 p { color: rgb(148,125,96); }

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

background-color css

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

 a { background-color: rgb(148,125,96); }

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

border-color css

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

 span { border-color: rgb(148,125,96); }

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