Html Css Color HEX #967D3C Buttered Rum

📋 copy color: '#967D3C'

red 150 ◦ green 125 ◦ blue 60

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

Shades of Buttered Rum #967D3C

Tints of Buttered Rum #967D3C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.31%

 BLUE value IS 60 (23.83% from 255) = 17.91%

R = 44.78%
G = 37.31%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#967D3C (or 0x967D3C) is known color: Buttered Rum. HEX triplet: 96, 7D and 3C. RGB value is (150,125,60). Sum of RGB (Red+Green+Blue) = 150+125+60=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #967D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967D3C is #6982C3. Grayscale: #7D7D7D. Windows color (decimal): -6914756 or 3964310. OLE color: 3964310.

HSL color Cylindrical-coordinate representation of color #967D3C: hue angle of 43.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #967D3C is Cyan = 0, Magento = 0.17, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 125 60 -
CMYK 0 0.17 0.6 0.41
HSL 43.33º 0.43% 0.41% -
HSV(B) 43.33º 0.6% 0.59% -
XYZ 20.73 21.48 7.33 -
YUV 125.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 150 125 60 0 0.17 0.6 0.41 43.33 0.43 0.41
Hex 96 7D 3C 0 11 3C 29 2B 2B 29
Octal 226 175 74 0 21 74 51 53 53 51
Binary 10010110 1111101 111100 0 10001 111100 101001 101011 101011 101001

Color Harmonies of #967D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967D3C

Black with #967D3C

Text Example


Text Example

White with #967D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967D3C; }

 p { color: rgb(150,125,60); }

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

background-color css

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

 a { background-color: rgb(150,125,60); }

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

border-color css

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

 span { border-color: rgb(150,125,60); }

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