Html Css Color HEX #9A672C Buttered Rum

📋 copy color: '#9A672C'

red 154 ◦ green 103 ◦ blue 44

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

Shades of Buttered Rum #9A672C

Tints of Buttered Rum #9A672C

RGB

 RED value IS 154 (60.55% from 255) = 51.16%

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

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 51.16%
G = 34.22%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#9A672C (or 0x9A672C) is known color: Buttered Rum. HEX triplet: 9A, 67 and 2C. RGB value is (154,103,44). Sum of RGB (Red+Green+Blue) = 154+103+44=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A672C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A672C is #6598D3. Grayscale: #6F6F6F. Windows color (decimal): -6658260 or 2910106. OLE color: 2910106.

HSL color Cylindrical-coordinate representation of color #9A672C: hue angle of 32.18º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A672C is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 103 44 -
CMYK 0 0.33 0.71 0.40
HSL 32.18º 0.56% 0.39% -
HSV(B) 32.18º 0.71% 0.6% -
XYZ 18.63 16.75 4.63 -
YUV 111.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 154 103 44 0 0.33 0.71 0.40 32.18 0.56 0.39
Hex 9A 67 2C 0 21 47 28 20 38 27
Octal 232 147 54 0 41 107 50 40 70 47
Binary 10011010 1100111 101100 0 100001 1000111 101000 100000 111000 100111

Color Harmonies of #9A672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A672C

Black with #9A672C

Text Example


Text Example

White with #9A672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A672C; }

 p { color: rgb(154,103,44); }

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

background-color css

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

 a { background-color: rgb(154,103,44); }

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

border-color css

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

 span { border-color: rgb(154,103,44); }

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