Html Css Color HEX #966730 Buttered Rum

📋 copy color: '#966730'

red 150 ◦ green 103 ◦ blue 48

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

Shades of Buttered Rum #966730

Tints of Buttered Rum #966730

RGB

 RED value IS 150 (58.98% from 255) = 49.83%

 GREEN value IS 103 (40.63% from 255) = 34.22%

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

R = 49.83%
G = 34.22%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#966730 (or 0x966730) is known color: Buttered Rum. HEX triplet: 96, 67 and 30. RGB value is (150,103,48). Sum of RGB (Red+Green+Blue) = 150+103+48=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #966730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966730 is #6998CF. Grayscale: #6F6F6F. Windows color (decimal): -6920400 or 3172246. OLE color: 3172246.

HSL color Cylindrical-coordinate representation of color #966730: hue angle of 32.35º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #966730 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 103 48 -
CMYK 0 0.31 0.68 0.41
HSL 32.35º 0.52% 0.39% -
HSV(B) 32.35º 0.68% 0.59% -
XYZ 17.96 16.4 5.01 -
YUV 110.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 150 103 48 0 0.31 0.68 0.41 32.35 0.52 0.39
Hex 96 67 30 0 1F 44 29 20 34 27
Octal 226 147 60 0 37 104 51 40 64 47
Binary 10010110 1100111 110000 0 11111 1000100 101001 100000 110100 100111

Color Harmonies of #966730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966730

Black with #966730

Text Example


Text Example

White with #966730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966730; }

 p { color: rgb(150,103,48); }

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

background-color css

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

 a { background-color: rgb(150,103,48); }

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

border-color css

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

 span { border-color: rgb(150,103,48); }

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