Html Css Color HEX #967535 Buttered Rum

📋 copy color: '#967535'

red 150 ◦ green 117 ◦ blue 53

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

Shades of Buttered Rum #967535

Tints of Buttered Rum #967535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.56%

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

R = 46.88%
G = 36.56%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#967535 (or 0x967535) is known color: Buttered Rum. HEX triplet: 96, 75 and 35. RGB value is (150,117,53). Sum of RGB (Red+Green+Blue) = 150+117+53=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #967535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967535 is #698ACA. Grayscale: #777777. Windows color (decimal): -6916811 or 3503510. OLE color: 3503510.

HSL color Cylindrical-coordinate representation of color #967535: hue angle of 39.59º 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 #967535 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 117 53 -
CMYK 0 0.22 0.65 0.41
HSL 39.59º 0.48% 0.4% -
HSV(B) 39.59º 0.65% 0.59% -
XYZ 19.58 19.46 6.09 -
YUV 119.57 90.43 149.7 -
System Red Green Blue C M Y K H S L
Decimal 150 117 53 0 0.22 0.65 0.41 39.59 0.48 0.4
Hex 96 75 35 0 16 41 29 28 30 28
Octal 226 165 65 0 26 101 51 50 60 50
Binary 10010110 1110101 110101 0 10110 1000001 101001 101000 110000 101000

Color Harmonies of #967535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967535

Black with #967535

Text Example


Text Example

White with #967535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967535; }

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

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

background-color css

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

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

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

border-color css

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

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

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