Html Css Color HEX #97713F Buttered Rum

📋 copy color: '#97713F'

red 151 ◦ green 113 ◦ blue 63

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

Shades of Buttered Rum #97713F

Tints of Buttered Rum #97713F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.56%

 BLUE value IS 63 (25% from 255) = 19.27%

R = 46.18%
G = 34.56%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#97713F (or 0x97713F) is known color: Buttered Rum. HEX triplet: 97, 71 and 3F. RGB value is (151,113,63). Sum of RGB (Red+Green+Blue) = 151+113+63=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #97713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97713F is #688EC0. Grayscale: #767676. Windows color (decimal): -6852289 or 4157847. OLE color: 4157847.

HSL color Cylindrical-coordinate representation of color #97713F: hue angle of 34.09º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97713F is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 113 63 -
CMYK 0 0.25 0.58 0.41
HSL 34.09º 0.41% 0.42% -
HSV(B) 34.09º 0.58% 0.59% -
XYZ 19.56 18.75 7.29 -
YUV 118.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 151 113 63 0 0.25 0.58 0.41 34.09 0.41 0.42
Hex 97 71 3F 0 19 3A 29 22 29 2A
Octal 227 161 77 0 31 72 51 42 51 52
Binary 10010111 1110001 111111 0 11001 111010 101001 100010 101001 101010

Color Harmonies of #97713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97713F

Black with #97713F

Text Example


Text Example

White with #97713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97713F; }

 p { color: rgb(151,113,63); }

 H1.HeaderClassName
 {
   color: #97713F;
 }
 .AnyTagClassName
 {
   color: #97713F;
 }
</style>

background-color css

<style>
 a { background-color: #97713F; }

 a { background-color: rgb(151,113,63); }

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

border-color css

<style>
 span { border-color: #97713F; }

 span { border-color: rgb(151,113,63); }

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