Html Css Color HEX #97742E Buttered Rum

📋 copy color: '#97742E'

red 151 ◦ green 116 ◦ blue 46

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

Shades of Buttered Rum #97742E

Tints of Buttered Rum #97742E

RGB

 RED value IS 151 (59.38% from 255) = 48.24%

 GREEN value IS 116 (45.7% from 255) = 37.06%

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

R = 48.24%
G = 37.06%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#97742E (or 0x97742E) is known color: Buttered Rum. HEX triplet: 97, 74 and 2E. RGB value is (151,116,46). Sum of RGB (Red+Green+Blue) = 151+116+46=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #97742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97742E is #688BD1. Grayscale: #767676. Windows color (decimal): -6851538 or 3044503. OLE color: 3044503.

HSL color Cylindrical-coordinate representation of color #97742E: hue angle of 40º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97742E is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 116 46 -
CMYK 0 0.23 0.70 0.41
HSL 40º 0.53% 0.39% -
HSV(B) 40º 0.7% 0.59% -
XYZ 19.5 19.27 5.28 -
YUV 118.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 151 116 46 0 0.23 0.70 0.41 40 0.53 0.39
Hex 97 74 2E 0 17 46 29 28 35 27
Octal 227 164 56 0 27 106 51 50 65 47
Binary 10010111 1110100 101110 0 10111 1000110 101001 101000 110101 100111

Color Harmonies of #97742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97742E

Black with #97742E

Text Example


Text Example

White with #97742E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,116,46); }

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

background-color css

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

 a { background-color: rgb(151,116,46); }

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

border-color css

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

 span { border-color: rgb(151,116,46); }

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