Html Css Color HEX #997B35 Buttered Rum

📋 copy color: '#997B35'

red 153 ◦ green 123 ◦ blue 53

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

Shades of Buttered Rum #997B35

Tints of Buttered Rum #997B35

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.39%

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

R = 46.5%
G = 37.39%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#997B35 (or 0x997B35) is known color: Buttered Rum. HEX triplet: 99, 7B and 35. RGB value is (153,123,53). Sum of RGB (Red+Green+Blue) = 153+123+53=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #997B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997B35 is #6684CA. Grayscale: #7C7C7C. Windows color (decimal): -6718667 or 3505049. OLE color: 3505049.

HSL color Cylindrical-coordinate representation of color #997B35: hue angle of 42º 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 #997B35 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 123 53 -
CMYK 0 0.20 0.65 0.4
HSL 42º 0.49% 0.4% -
HSV(B) 42º 0.65% 0.6% -
XYZ 20.86 21.2 6.36 -
YUV 123.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 153 123 53 0 0.20 0.65 0.4 42 0.49 0.4
Hex 99 7B 35 0 14 41 28 2A 31 28
Octal 231 173 65 0 24 101 50 52 61 50
Binary 10011001 1111011 110101 0 10100 1000001 101000 101010 110001 101000

Color Harmonies of #997B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997B35

Black with #997B35

Text Example


Text Example

White with #997B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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