Html Css Color HEX #96672E Buttered Rum

📋 copy color: '#96672E'

red 150 ◦ green 103 ◦ blue 46

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

Shades of Buttered Rum #96672E

Tints of Buttered Rum #96672E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.45%

 BLUE value IS 46 (18.36% from 255) = 15.38%

R = 50.17%
G = 34.45%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96672E (or 0x96672E) is known color: Buttered Rum. HEX triplet: 96, 67 and 2E. RGB value is (150,103,46). Sum of RGB (Red+Green+Blue) = 150+103+46=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96672E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96672E is #6998D1. Grayscale: #6E6E6E. Windows color (decimal): -6920402 or 3041174. OLE color: 3041174.

HSL color Cylindrical-coordinate representation of color #96672E: hue angle of 32.88º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96672E is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 103 46 -
CMYK 0 0.31 0.69 0.41
HSL 32.88º 0.53% 0.38% -
HSV(B) 32.88º 0.69% 0.59% -
XYZ 17.92 16.38 4.8 -
YUV 110.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 150 103 46 0 0.31 0.69 0.41 32.88 0.53 0.38
Hex 96 67 2E 0 1F 45 29 21 35 26
Octal 226 147 56 0 37 105 51 41 65 46
Binary 10010110 1100111 101110 0 11111 1000101 101001 100001 110101 100110

Color Harmonies of #96672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96672E

Black with #96672E

Text Example


Text Example

White with #96672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96672E; }

 p { color: rgb(150,103,46); }

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

background-color css

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

 a { background-color: rgb(150,103,46); }

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

border-color css

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

 span { border-color: rgb(150,103,46); }

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