Html Css Color HEX #967C3C Buttered Rum

📋 copy color: '#967C3C'

red 150 ◦ green 124 ◦ blue 60

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

Shades of Buttered Rum #967C3C

Tints of Buttered Rum #967C3C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.13%

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

R = 44.91%
G = 37.13%
B = 17.96%

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

#967C3C (or 0x967C3C) is known color: Buttered Rum. HEX triplet: 96, 7C and 3C. RGB value is (150,124,60). Sum of RGB (Red+Green+Blue) = 150+124+60=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #967C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967C3C is #6983C3. Grayscale: #7C7C7C. Windows color (decimal): -6915012 or 3964054. OLE color: 3964054.

HSL color Cylindrical-coordinate representation of color #967C3C: hue angle of 42.67º 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 #967C3C is Cyan = 0, Magento = 0.17, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 124 60 -
CMYK 0 0.17 0.6 0.41
HSL 42.67º 0.43% 0.41% -
HSV(B) 42.67º 0.6% 0.59% -
XYZ 20.6 21.23 7.29 -
YUV 124.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 150 124 60 0 0.17 0.6 0.41 42.67 0.43 0.41
Hex 96 7C 3C 0 11 3C 29 2B 2B 29
Octal 226 174 74 0 21 74 51 53 53 51
Binary 10010110 1111100 111100 0 10001 111100 101001 101011 101011 101001

Color Harmonies of #967C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C3C

Black with #967C3C

Text Example


Text Example

White with #967C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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