Html Css Color HEX #947B60 Sorrell Brown

📋 copy color: '#947B60'

red 148 ◦ green 123 ◦ blue 96

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

Shades of Sorrell Brown #947B60

Tints of Sorrell Brown #947B60

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.51%

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

R = 40.33%
G = 33.51%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#947B60 (or 0x947B60) is known color: Sorrell Brown. HEX triplet: 94, 7B and 60. RGB value is (148,123,96). Sum of RGB (Red+Green+Blue) = 148+123+96=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #947B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B60 is #6B849F. Grayscale: #7F7F7F. Windows color (decimal): -7046304 or 6323092. OLE color: 6323092.

HSL color Cylindrical-coordinate representation of color #947B60: hue angle of 31.15º 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 #947B60 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 123 96 -
CMYK 0 0.17 0.35 0.42
HSL 31.15º 0.21% 0.48% -
HSV(B) 31.15º 0.35% 0.58% -
XYZ 21.41 21.31 14.05 -
YUV 127.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 148 123 96 0 0.17 0.35 0.42 31.15 0.21 0.48
Hex 94 7B 60 0 11 23 2A 1F 15 30
Octal 224 173 140 0 21 43 52 37 25 60
Binary 10010100 1111011 1100000 0 10001 100011 101010 11111 10101 110000

Color Harmonies of #947B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B60

Black with #947B60

Text Example


Text Example

White with #947B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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