Html Css Color HEX #926D32 Buttered Rum

📋 copy color: '#926D32'

red 146 ◦ green 109 ◦ blue 50

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

Shades of Buttered Rum #926D32

Tints of Buttered Rum #926D32

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.74%

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 47.87%
G = 35.74%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#926D32 (or 0x926D32) is known color: Buttered Rum. HEX triplet: 92, 6D and 32. RGB value is (146,109,50). Sum of RGB (Red+Green+Blue) = 146+109+50=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #926D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926D32 is #6D92CD. Grayscale: #717171. Windows color (decimal): -7181006 or 3304850. OLE color: 3304850.

HSL color Cylindrical-coordinate representation of color #926D32: hue angle of 36.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #926D32 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 109 50 -
CMYK 0 0.25 0.66 0.43
HSL 36.88º 0.49% 0.38% -
HSV(B) 36.88º 0.66% 0.57% -
XYZ 17.9 17.28 5.41 -
YUV 113.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 146 109 50 0 0.25 0.66 0.43 36.88 0.49 0.38
Hex 92 6D 32 0 19 42 2B 25 31 26
Octal 222 155 62 0 31 102 53 45 61 46
Binary 10010010 1101101 110010 0 11001 1000010 101011 100101 110001 100110

Color Harmonies of #926D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926D32

Black with #926D32

Text Example


Text Example

White with #926D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926D32; }

 p { color: rgb(146,109,50); }

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

background-color css

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

 a { background-color: rgb(146,109,50); }

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

border-color css

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

 span { border-color: rgb(146,109,50); }

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