Html Css Color HEX #927F60 Sorrell Brown

📋 copy color: '#927F60'

red 146 ◦ green 127 ◦ blue 96

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

Shades of Sorrell Brown #927F60

Tints of Sorrell Brown #927F60

RGB

 RED value IS 146 (57.42% from 255) = 39.57%

 GREEN value IS 127 (50% from 255) = 34.42%

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

R = 39.57%
G = 34.42%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#927F60 (or 0x927F60) is known color: Sorrell Brown. HEX triplet: 92, 7F and 60. RGB value is (146,127,96). Sum of RGB (Red+Green+Blue) = 146+127+96=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #927F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F60 is #6D809F. Grayscale: #818181. Windows color (decimal): -7176352 or 6324114. OLE color: 6324114.

HSL color Cylindrical-coordinate representation of color #927F60: hue angle of 37.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #927F60 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 127 96 -
CMYK 0 0.13 0.34 0.43
HSL 37.2º 0.21% 0.47% -
HSV(B) 37.2º 0.34% 0.57% -
XYZ 21.55 22.13 14.2 -
YUV 129.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 146 127 96 0 0.13 0.34 0.43 37.2 0.21 0.47
Hex 92 7F 60 0 D 22 2B 25 15 2F
Octal 222 177 140 0 15 42 53 45 25 57
Binary 10010010 1111111 1100000 0 1101 100010 101011 100101 10101 101111

Color Harmonies of #927F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927F60

Black with #927F60

Text Example


Text Example

White with #927F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927F60; }

 p { color: rgb(146,127,96); }

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

background-color css

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

 a { background-color: rgb(146,127,96); }

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

border-color css

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

 span { border-color: rgb(146,127,96); }

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