Html Css Color HEX #9A6A25 Buttered Rum

📋 copy color: '#9A6A25'

red 154 ◦ green 106 ◦ blue 37

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

Shades of Buttered Rum #9A6A25

Tints of Buttered Rum #9A6A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.69%

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 51.85%
G = 35.69%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#9A6A25 (or 0x9A6A25) is known color: Buttered Rum. HEX triplet: 9A, 6A and 25. RGB value is (154,106,37). Sum of RGB (Red+Green+Blue) = 154+106+37=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6A25 is #6595DA. Grayscale: #707070. Windows color (decimal): -6657499 or 2452122. OLE color: 2452122.

HSL color Cylindrical-coordinate representation of color #9A6A25: hue angle of 35.38º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A6A25 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 106 37 -
CMYK 0 0.31 0.76 0.40
HSL 35.38º 0.61% 0.37% -
HSV(B) 35.38º 0.76% 0.6% -
XYZ 18.81 17.31 4.1 -
YUV 112.49 85.4 157.61 -
System Red Green Blue C M Y K H S L
Decimal 154 106 37 0 0.31 0.76 0.40 35.38 0.61 0.37
Hex 9A 6A 25 0 1F 4C 28 23 3D 25
Octal 232 152 45 0 37 114 50 43 75 45
Binary 10011010 1101010 100101 0 11111 1001100 101000 100011 111101 100101

Color Harmonies of #9A6A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6A25

Black with #9A6A25

Text Example


Text Example

White with #9A6A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,106,37); }

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

background-color css

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

 a { background-color: rgb(154,106,37); }

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

border-color css

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

 span { border-color: rgb(154,106,37); }

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