Html Css Color HEX #936C2E Buttered Rum

📋 copy color: '#936C2E'

red 147 ◦ green 108 ◦ blue 46

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

Shades of Buttered Rum #936C2E

Tints of Buttered Rum #936C2E

RGB

 RED value IS 147 (57.81% from 255) = 48.84%

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

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 48.84%
G = 35.88%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#936C2E (or 0x936C2E) is known color: Buttered Rum. HEX triplet: 93, 6C and 2E. RGB value is (147,108,46). Sum of RGB (Red+Green+Blue) = 147+108+46=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #936C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936C2E is #6C93D1. Grayscale: #707070. Windows color (decimal): -7115730 or 3042451. OLE color: 3042451.

HSL color Cylindrical-coordinate representation of color #936C2E: hue angle of 36.83º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #936C2E is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 108 46 -
CMYK 0 0.27 0.69 0.42
HSL 36.83º 0.52% 0.38% -
HSV(B) 36.83º 0.69% 0.58% -
XYZ 17.89 17.13 4.95 -
YUV 112.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 147 108 46 0 0.27 0.69 0.42 36.83 0.52 0.38
Hex 93 6C 2E 0 1B 45 2A 25 34 26
Octal 223 154 56 0 33 105 52 45 64 46
Binary 10010011 1101100 101110 0 11011 1000101 101010 100101 110100 100110

Color Harmonies of #936C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936C2E

Black with #936C2E

Text Example


Text Example

White with #936C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936C2E; }

 p { color: rgb(147,108,46); }

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

background-color css

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

 a { background-color: rgb(147,108,46); }

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

border-color css

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

 span { border-color: rgb(147,108,46); }

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