Html Css Color HEX #99672F Buttered Rum

📋 copy color: '#99672F'

red 153 ◦ green 103 ◦ blue 47

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

Shades of Buttered Rum #99672F

Tints of Buttered Rum #99672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

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

R = 50.5%
G = 33.99%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#99672F (or 0x99672F) is known color: Buttered Rum. HEX triplet: 99, 67 and 2F. RGB value is (153,103,47). Sum of RGB (Red+Green+Blue) = 153+103+47=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #99672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99672F is #6698D0. Grayscale: #6F6F6F. Windows color (decimal): -6723793 or 3106713. OLE color: 3106713.

HSL color Cylindrical-coordinate representation of color #99672F: hue angle of 31.7º 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 #99672F is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 47 -
CMYK 0 0.33 0.69 0.4
HSL 31.7º 0.53% 0.39% -
HSV(B) 31.7º 0.69% 0.6% -
XYZ 18.5 16.68 4.93 -
YUV 111.57 91.57 157.55 -
System Red Green Blue C M Y K H S L
Decimal 153 103 47 0 0.33 0.69 0.4 31.7 0.53 0.39
Hex 99 67 2F 0 21 45 28 20 35 27
Octal 231 147 57 0 41 105 50 40 65 47
Binary 10011001 1100111 101111 0 100001 1000101 101000 100000 110101 100111

Color Harmonies of #99672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99672F

Black with #99672F

Text Example


Text Example

White with #99672F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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