Html Css Color HEX #936C30 Buttered Rum

📋 copy color: '#936C30'

red 147 ◦ green 108 ◦ blue 48

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

Shades of Buttered Rum #936C30

Tints of Buttered Rum #936C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.84%

R = 48.51%
G = 35.64%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#936C30 (or 0x936C30) is known color: Buttered Rum. HEX triplet: 93, 6C and 30. RGB value is (147,108,48). Sum of RGB (Red+Green+Blue) = 147+108+48=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #936C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936C30 is #6C93CF. Grayscale: #717171. Windows color (decimal): -7115728 or 3173523. OLE color: 3173523.

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

Color convert

RGB 147 108 48 -
CMYK 0 0.27 0.67 0.42
HSL 36.36º 0.51% 0.38% -
HSV(B) 36.36º 0.67% 0.58% -
XYZ 17.93 17.14 5.16 -
YUV 112.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 147 108 48 0 0.27 0.67 0.42 36.36 0.51 0.38
Hex 93 6C 30 0 1B 43 2A 24 33 26
Octal 223 154 60 0 33 103 52 44 63 46
Binary 10010011 1101100 110000 0 11011 1000011 101010 100100 110011 100110

Color Harmonies of #936C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936C30

Black with #936C30

Text Example


Text Example

White with #936C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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