Html Css Color HEX #99672A Buttered Rum

📋 copy color: '#99672A'

red 153 ◦ green 103 ◦ blue 42

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

Shades of Buttered Rum #99672A

Tints of Buttered Rum #99672A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 51.34%
G = 34.56%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#99672A (or 0x99672A) is known color: Buttered Rum. HEX triplet: 99, 67 and 2A. RGB value is (153,103,42). Sum of RGB (Red+Green+Blue) = 153+103+42=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99672A is #6698D5. Grayscale: #6F6F6F. Windows color (decimal): -6723798 or 2779033. OLE color: 2779033.

HSL color Cylindrical-coordinate representation of color #99672A: hue angle of 32.97º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99672A is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 42 -
CMYK 0 0.33 0.73 0.4
HSL 32.97º 0.57% 0.38% -
HSV(B) 32.97º 0.73% 0.6% -
XYZ 18.41 16.64 4.43 -
YUV 111 89.07 157.96 -
System Red Green Blue C M Y K H S L
Decimal 153 103 42 0 0.33 0.73 0.4 32.97 0.57 0.38
Hex 99 67 2A 0 21 49 28 21 39 26
Octal 231 147 52 0 41 111 50 41 71 46
Binary 10011001 1100111 101010 0 100001 1001001 101000 100001 111001 100110

Color Harmonies of #99672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99672A

Black with #99672A

Text Example


Text Example

White with #99672A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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