Html Css Color HEX #926C33 Buttered Rum

📋 copy color: '#926C33'

red 146 ◦ green 108 ◦ blue 51

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

Shades of Buttered Rum #926C33

Tints of Buttered Rum #926C33

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

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

R = 47.87%
G = 35.41%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#926C33 (or 0x926C33) is known color: Buttered Rum. HEX triplet: 92, 6C and 33. RGB value is (146,108,51). Sum of RGB (Red+Green+Blue) = 146+108+51=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #926C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926C33 is #6D93CC. Grayscale: #717171. Windows color (decimal): -7181261 or 3370130. OLE color: 3370130.

HSL color Cylindrical-coordinate representation of color #926C33: hue angle of 36º 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 #926C33 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 108 51 -
CMYK 0 0.26 0.65 0.43
HSL 36º 0.48% 0.39% -
HSV(B) 36º 0.65% 0.57% -
XYZ 17.81 17.08 5.49 -
YUV 112.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 146 108 51 0 0.26 0.65 0.43 36 0.48 0.39
Hex 92 6C 33 0 1A 41 2B 24 30 27
Octal 222 154 63 0 32 101 53 44 60 47
Binary 10010010 1101100 110011 0 11010 1000001 101011 100100 110000 100111

Color Harmonies of #926C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926C33

Black with #926C33

Text Example


Text Example

White with #926C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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