Html Css Color HEX #966B24 Buttered Rum

📋 copy color: '#966B24'

red 150 ◦ green 107 ◦ blue 36

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

Shades of Buttered Rum #966B24

Tints of Buttered Rum #966B24

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.52%

 BLUE value IS 36 (14.45% from 255) = 12.29%

R = 51.19%
G = 36.52%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#966B24 (or 0x966B24) is known color: Buttered Rum. HEX triplet: 96, 6B and 24. RGB value is (150,107,36). Sum of RGB (Red+Green+Blue) = 150+107+36=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #966B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B24 is #6994DB. Grayscale: #707070. Windows color (decimal): -6919388 or 2386838. OLE color: 2386838.

HSL color Cylindrical-coordinate representation of color #966B24: hue angle of 37.37º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #966B24 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 107 36 -
CMYK 0 0.29 0.76 0.41
HSL 37.37º 0.61% 0.36% -
HSV(B) 37.37º 0.76% 0.59% -
XYZ 18.15 17.13 4.02 -
YUV 111.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 150 107 36 0 0.29 0.76 0.41 37.37 0.61 0.36
Hex 96 6B 24 0 1D 4C 29 25 3D 24
Octal 226 153 44 0 35 114 51 45 75 44
Binary 10010110 1101011 100100 0 11101 1001100 101001 100101 111101 100100

Color Harmonies of #966B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966B24

Black with #966B24

Text Example


Text Example

White with #966B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966B24; }

 p { color: rgb(150,107,36); }

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

background-color css

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

 a { background-color: rgb(150,107,36); }

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

border-color css

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

 span { border-color: rgb(150,107,36); }

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