Html Css Color HEX #967035 Buttered Rum

📋 copy color: '#967035'

red 150 ◦ green 112 ◦ blue 53

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

Shades of Buttered Rum #967035

Tints of Buttered Rum #967035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 47.62%
G = 35.56%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#967035 (or 0x967035) is known color: Buttered Rum. HEX triplet: 96, 70 and 35. RGB value is (150,112,53). Sum of RGB (Red+Green+Blue) = 150+112+53=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #967035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967035 is #698FCA. Grayscale: #747474. Windows color (decimal): -6918091 or 3502230. OLE color: 3502230.

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

Color convert

RGB 150 112 53 -
CMYK 0 0.25 0.65 0.41
HSL 36.49º 0.48% 0.4% -
HSV(B) 36.49º 0.65% 0.59% -
XYZ 19.01 18.33 5.9 -
YUV 116.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 150 112 53 0 0.25 0.65 0.41 36.49 0.48 0.4
Hex 96 70 35 0 19 41 29 24 30 28
Octal 226 160 65 0 31 101 51 44 60 50
Binary 10010110 1110000 110101 0 11001 1000001 101001 100100 110000 101000

Color Harmonies of #967035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967035

Black with #967035

Text Example


Text Example

White with #967035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967035; }

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

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

background-color css

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

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

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

border-color css

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

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

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