Html Css Color HEX #997222 Buttered Rum

📋 copy color: '#997222'

red 153 ◦ green 114 ◦ blue 34

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

Shades of Buttered Rum #997222

Tints of Buttered Rum #997222

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

 BLUE value IS 34 (13.67% from 255) = 11.3%

R = 50.83%
G = 37.87%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#997222 (or 0x997222) is known color: Buttered Rum. HEX triplet: 99, 72 and 22. RGB value is (153,114,34). Sum of RGB (Red+Green+Blue) = 153+114+34=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #997222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997222 is #668DDD. Grayscale: #747474. Windows color (decimal): -6720990 or 2257561. OLE color: 2257561.

HSL color Cylindrical-coordinate representation of color #997222: hue angle of 40.34º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #997222 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 34 -
CMYK 0 0.25 0.78 0.4
HSL 40.34º 0.64% 0.37% -
HSV(B) 40.34º 0.78% 0.6% -
XYZ 19.44 18.92 4.14 -
YUV 116.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 153 114 34 0 0.25 0.78 0.4 40.34 0.64 0.37
Hex 99 72 22 0 19 4E 28 28 40 25
Octal 231 162 42 0 31 116 50 50 100 45
Binary 10011001 1110010 100010 0 11001 1001110 101000 101000 1000000 100101

Color Harmonies of #997222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997222

Black with #997222

Text Example


Text Example

White with #997222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997222; }

 p { color: rgb(153,114,34); }

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

background-color css

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

 a { background-color: rgb(153,114,34); }

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

border-color css

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

 span { border-color: rgb(153,114,34); }

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