Html Css Color HEX #99702E Buttered Rum

📋 copy color: '#99702E'

red 153 ◦ green 112 ◦ blue 46

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

Shades of Buttered Rum #99702E

Tints of Buttered Rum #99702E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.01%

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

R = 49.2%
G = 36.01%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#99702E (or 0x99702E) is known color: Buttered Rum. HEX triplet: 99, 70 and 2E. RGB value is (153,112,46). Sum of RGB (Red+Green+Blue) = 153+112+46=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99702E is #668FD1. Grayscale: #757575. Windows color (decimal): -6721490 or 3043481. OLE color: 3043481.

HSL color Cylindrical-coordinate representation of color #99702E: hue angle of 37.01º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99702E is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 46 -
CMYK 0 0.27 0.70 0.4
HSL 37.01º 0.54% 0.39% -
HSV(B) 37.01º 0.7% 0.6% -
XYZ 19.42 18.56 5.14 -
YUV 116.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 153 112 46 0 0.27 0.70 0.4 37.01 0.54 0.39
Hex 99 70 2E 0 1B 46 28 25 36 27
Octal 231 160 56 0 33 106 50 45 66 47
Binary 10011001 1110000 101110 0 11011 1000110 101000 100101 110110 100111

Color Harmonies of #99702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99702E

Black with #99702E

Text Example


Text Example

White with #99702E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,112,46); }

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

background-color css

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

 a { background-color: rgb(153,112,46); }

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

border-color css

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

 span { border-color: rgb(153,112,46); }

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