Html Css Color HEX #96692D Buttered Rum

📋 copy color: '#96692D'

red 150 ◦ green 105 ◦ blue 45

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

Shades of Buttered Rum #96692D

Tints of Buttered Rum #96692D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35%

 BLUE value IS 45 (17.97% from 255) = 15%

R = 50%
G = 35%
B = 15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96692D (or 0x96692D) is known color: Buttered Rum. HEX triplet: 96, 69 and 2D. RGB value is (150,105,45). Sum of RGB (Red+Green+Blue) = 150+105+45=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #96692D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96692D is #6996D2. Grayscale: #6F6F6F. Windows color (decimal): -6919891 or 2976150. OLE color: 2976150.

HSL color Cylindrical-coordinate representation of color #96692D: hue angle of 34.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96692D is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 45 -
CMYK 0 0.30 0.70 0.41
HSL 34.29º 0.54% 0.38% -
HSV(B) 34.29º 0.7% 0.59% -
XYZ 18.1 16.78 4.77 -
YUV 111.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 150 105 45 0 0.30 0.70 0.41 34.29 0.54 0.38
Hex 96 69 2D 0 1E 46 29 22 36 26
Octal 226 151 55 0 36 106 51 42 66 46
Binary 10010110 1101001 101101 0 11110 1000110 101001 100010 110110 100110

Color Harmonies of #96692D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96692D

Black with #96692D

Text Example


Text Example

White with #96692D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96692D; }

 p { color: rgb(150,105,45); }

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

background-color css

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

 a { background-color: rgb(150,105,45); }

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

border-color css

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

 span { border-color: rgb(150,105,45); }

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