Html Css Color HEX #947C61 Sorrell Brown

📋 copy color: '#947C61'

red 148 ◦ green 124 ◦ blue 97

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

Shades of Sorrell Brown #947C61

Tints of Sorrell Brown #947C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.6%

 BLUE value IS 97 (38.28% from 255) = 26.29%

R = 40.11%
G = 33.6%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#947C61 (or 0x947C61) is known color: Sorrell Brown. HEX triplet: 94, 7C and 61. RGB value is (148,124,97). Sum of RGB (Red+Green+Blue) = 148+124+97=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #947C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C61 is #6B839E. Grayscale: #808080. Windows color (decimal): -7046047 or 6388884. OLE color: 6388884.

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

Color convert

RGB 148 124 97 -
CMYK 0 0.16 0.34 0.42
HSL 31.76º 0.21% 0.48% -
HSV(B) 31.76º 0.34% 0.58% -
XYZ 21.58 21.57 14.34 -
YUV 128.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 148 124 97 0 0.16 0.34 0.42 31.76 0.21 0.48
Hex 94 7C 61 0 10 22 2A 20 15 30
Octal 224 174 141 0 20 42 52 40 25 60
Binary 10010100 1111100 1100001 0 10000 100010 101010 100000 10101 110000

Color Harmonies of #947C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C61

Black with #947C61

Text Example


Text Example

White with #947C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,124,97); }

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

background-color css

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

 a { background-color: rgb(148,124,97); }

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

border-color css

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

 span { border-color: rgb(148,124,97); }

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