Html Css Color HEX #927463 Beaver

📋 copy color: '#927463'

red 146 ◦ green 116 ◦ blue 99

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

Shades of Beaver #927463

Tints of Beaver #927463

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

 BLUE value IS 99 (39.06% from 255) = 27.42%

R = 40.44%
G = 32.13%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#927463 (or 0x927463) is known color: Beaver. HEX triplet: 92, 74 and 63. RGB value is (146,116,99). Sum of RGB (Red+Green+Blue) = 146+116+99=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #927463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927463 is #6D8B9C. Grayscale: #7B7B7B. Windows color (decimal): -7179165 or 6517906. OLE color: 6517906.

HSL color Cylindrical-coordinate representation of color #927463: hue angle of 21.7º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #927463 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 116 99 -
CMYK 0 0.21 0.32 0.43
HSL 21.7º 0.19% 0.48% -
HSV(B) 21.7º 0.32% 0.57% -
XYZ 20.35 19.5 14.5 -
YUV 123.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 146 116 99 0 0.21 0.32 0.43 21.7 0.19 0.48
Hex 92 74 63 0 15 20 2B 16 13 30
Octal 222 164 143 0 25 40 53 26 23 60
Binary 10010010 1110100 1100011 0 10101 100000 101011 10110 10011 110000

Color Harmonies of #927463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927463

Black with #927463

Text Example


Text Example

White with #927463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927463; }

 p { color: rgb(146,116,99); }

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

background-color css

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

 a { background-color: rgb(146,116,99); }

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

border-color css

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

 span { border-color: rgb(146,116,99); }

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