Html Css Color HEX #926D33 Buttered Rum

📋 copy color: '#926D33'

red 146 ◦ green 109 ◦ blue 51

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

Shades of Buttered Rum #926D33

Tints of Buttered Rum #926D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.67%

R = 47.71%
G = 35.62%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#926D33 (or 0x926D33) is known color: Buttered Rum. HEX triplet: 92, 6D and 33. RGB value is (146,109,51). Sum of RGB (Red+Green+Blue) = 146+109+51=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #926D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926D33 is #6D92CC. Grayscale: #717171. Windows color (decimal): -7181005 or 3370386. OLE color: 3370386.

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

Color convert

RGB 146 109 51 -
CMYK 0 0.25 0.65 0.43
HSL 36.63º 0.48% 0.39% -
HSV(B) 36.63º 0.65% 0.57% -
XYZ 17.92 17.29 5.52 -
YUV 113.45 92.76 151.22 -
System Red Green Blue C M Y K H S L
Decimal 146 109 51 0 0.25 0.65 0.43 36.63 0.48 0.39
Hex 92 6D 33 0 19 41 2B 25 30 27
Octal 222 155 63 0 31 101 53 45 60 47
Binary 10010010 1101101 110011 0 11001 1000001 101011 100101 110000 100111

Color Harmonies of #926D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926D33

Black with #926D33

Text Example


Text Example

White with #926D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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