Html Css Color HEX #967029 Buttered Rum

📋 copy color: '#967029'

red 150 ◦ green 112 ◦ blue 41

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

Shades of Buttered Rum #967029

Tints of Buttered Rum #967029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

 BLUE value IS 41 (16.41% from 255) = 13.53%

R = 49.5%
G = 36.96%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#967029 (or 0x967029) is known color: Buttered Rum. HEX triplet: 96, 70 and 29. RGB value is (150,112,41). Sum of RGB (Red+Green+Blue) = 150+112+41=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #967029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967029 is #698FD6. Grayscale: #737373. Windows color (decimal): -6918103 or 2715798. OLE color: 2715798.

HSL color Cylindrical-coordinate representation of color #967029: hue angle of 39.08º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #967029 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 41 -
CMYK 0 0.25 0.73 0.41
HSL 39.08º 0.57% 0.37% -
HSV(B) 39.08º 0.73% 0.59% -
XYZ 18.77 18.23 4.63 -
YUV 115.27 86.09 152.77 -
System Red Green Blue C M Y K H S L
Decimal 150 112 41 0 0.25 0.73 0.41 39.08 0.57 0.37
Hex 96 70 29 0 19 49 29 27 39 25
Octal 226 160 51 0 31 111 51 47 71 45
Binary 10010110 1110000 101001 0 11001 1001001 101001 100111 111001 100101

Color Harmonies of #967029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967029

Black with #967029

Text Example


Text Example

White with #967029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967029; }

 p { color: rgb(150,112,41); }

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

background-color css

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

 a { background-color: rgb(150,112,41); }

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

border-color css

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

 span { border-color: rgb(150,112,41); }

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