Html Css Color HEX #99702F Buttered Rum

📋 copy color: '#99702F'

red 153 ◦ green 112 ◦ blue 47

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

Shades of Buttered Rum #99702F

Tints of Buttered Rum #99702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 49.04%
G = 35.9%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#99702F (or 0x99702F) is known color: Buttered Rum. HEX triplet: 99, 70 and 2F. RGB value is (153,112,47). Sum of RGB (Red+Green+Blue) = 153+112+47=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99702F is #668FD0. Grayscale: #757575. Windows color (decimal): -6721489 or 3109017. OLE color: 3109017.

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

Color convert

RGB 153 112 47 -
CMYK 0 0.27 0.69 0.4
HSL 36.79º 0.53% 0.39% -
HSV(B) 36.79º 0.69% 0.6% -
XYZ 19.44 18.57 5.25 -
YUV 116.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 153 112 47 0 0.27 0.69 0.4 36.79 0.53 0.39
Hex 99 70 2F 0 1B 45 28 25 35 27
Octal 231 160 57 0 33 105 50 45 65 47
Binary 10011001 1110000 101111 0 11011 1000101 101000 100101 110101 100111

Color Harmonies of #99702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99702F

Black with #99702F

Text Example


Text Example

White with #99702F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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