Html Css Color HEX #967935 Buttered Rum

📋 copy color: '#967935'

red 150 ◦ green 121 ◦ blue 53

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

Shades of Buttered Rum #967935

Tints of Buttered Rum #967935

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

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

R = 46.3%
G = 37.35%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#967935 (or 0x967935) is known color: Buttered Rum. HEX triplet: 96, 79 and 35. RGB value is (150,121,53). Sum of RGB (Red+Green+Blue) = 150+121+53=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #967935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967935 is #6986CA. Grayscale: #7A7A7A. Windows color (decimal): -6915787 or 3504534. OLE color: 3504534.

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

Color convert

RGB 150 121 53 -
CMYK 0 0.19 0.65 0.41
HSL 42.06º 0.48% 0.4% -
HSV(B) 42.06º 0.65% 0.59% -
XYZ 20.06 20.42 6.25 -
YUV 121.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 150 121 53 0 0.19 0.65 0.41 42.06 0.48 0.4
Hex 96 79 35 0 13 41 29 2A 30 28
Octal 226 171 65 0 23 101 51 52 60 50
Binary 10010110 1111001 110101 0 10011 1000001 101001 101010 110000 101000

Color Harmonies of #967935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967935

Black with #967935

Text Example


Text Example

White with #967935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967935; }

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

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

background-color css

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

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

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

border-color css

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

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

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