Html Css Color HEX #936B2D Buttered Rum

📋 copy color: '#936B2D'

red 147 ◦ green 107 ◦ blue 45

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

Shades of Buttered Rum #936B2D

Tints of Buttered Rum #936B2D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.79%

 BLUE value IS 45 (17.97% from 255) = 15.05%

R = 49.16%
G = 35.79%
B = 15.05%

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

#936B2D (or 0x936B2D) is known color: Buttered Rum. HEX triplet: 93, 6B and 2D. RGB value is (147,107,45). Sum of RGB (Red+Green+Blue) = 147+107+45=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #936B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936B2D is #6C94D2. Grayscale: #707070. Windows color (decimal): -7115987 or 2976659. OLE color: 2976659.

HSL color Cylindrical-coordinate representation of color #936B2D: hue angle of 36.47º degrees, saturation: 0.53, 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 #936B2D is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 107 45 -
CMYK 0 0.27 0.69 0.42
HSL 36.47º 0.53% 0.38% -
HSV(B) 36.47º 0.69% 0.58% -
XYZ 17.76 16.91 4.81 -
YUV 111.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 147 107 45 0 0.27 0.69 0.42 36.47 0.53 0.38
Hex 93 6B 2D 0 1B 45 2A 24 35 26
Octal 223 153 55 0 33 105 52 44 65 46
Binary 10010011 1101011 101101 0 11011 1000101 101010 100100 110101 100110

Color Harmonies of #936B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936B2D

Black with #936B2D

Text Example


Text Example

White with #936B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,107,45); }

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

background-color css

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

 a { background-color: rgb(147,107,45); }

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

border-color css

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

 span { border-color: rgb(147,107,45); }

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