Html Css Color HEX #997135 Buttered Rum

📋 copy color: '#997135'

red 153 ◦ green 113 ◦ blue 53

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

Shades of Buttered Rum #997135

Tints of Buttered Rum #997135

RGB

 RED value IS 153 (60.16% from 255) = 47.96%

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

 BLUE value IS 53 (21.09% from 255) = 16.61%

R = 47.96%
G = 35.42%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#997135 (or 0x997135) is known color: Buttered Rum. HEX triplet: 99, 71 and 35. RGB value is (153,113,53). Sum of RGB (Red+Green+Blue) = 153+113+53=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #997135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997135 is #668ECA. Grayscale: #767676. Windows color (decimal): -6721227 or 3502489. OLE color: 3502489.

HSL color Cylindrical-coordinate representation of color #997135: hue angle of 36º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #997135 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 53 -
CMYK 0 0.26 0.65 0.4
HSL 36º 0.49% 0.4% -
HSV(B) 36º 0.65% 0.6% -
XYZ 19.68 18.84 5.97 -
YUV 118.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 153 113 53 0 0.26 0.65 0.4 36 0.49 0.4
Hex 99 71 35 0 1A 41 28 24 31 28
Octal 231 161 65 0 32 101 50 44 61 50
Binary 10011001 1110001 110101 0 11010 1000001 101000 100100 110001 101000

Color Harmonies of #997135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997135

Black with #997135

Text Example


Text Example

White with #997135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997135; }

 p { color: rgb(153,113,53); }

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

background-color css

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

 a { background-color: rgb(153,113,53); }

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

border-color css

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

 span { border-color: rgb(153,113,53); }

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