Html Css Color HEX #9B7041 Buttered Rum

📋 copy color: '#9B7041'

red 155 ◦ green 112 ◦ blue 65

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

Shades of Buttered Rum #9B7041

Tints of Buttered Rum #9B7041

RGB

 RED value IS 155 (60.94% from 255) = 46.69%

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

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 46.69%
G = 33.73%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B7041 (or 0x9B7041) is known color: Buttered Rum. HEX triplet: 9B, 70 and 41. RGB value is (155,112,65). Sum of RGB (Red+Green+Blue) = 155+112+65=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7041 is #648FBE. Grayscale: #777777. Windows color (decimal): -6590399 or 4288667. OLE color: 4288667.

HSL color Cylindrical-coordinate representation of color #9B7041: hue angle of 31.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B7041 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 112 65 -
CMYK 0 0.28 0.58 0.39
HSL 31.33º 0.41% 0.43% -
HSV(B) 31.33º 0.58% 0.61% -
XYZ 20.27 18.94 7.59 -
YUV 119.5 97.25 153.32 -
System Red Green Blue C M Y K H S L
Decimal 155 112 65 0 0.28 0.58 0.39 31.33 0.41 0.43
Hex 9B 70 41 0 1C 3A 27 1F 29 2B
Octal 233 160 101 0 34 72 47 37 51 53
Binary 10011011 1110000 1000001 0 11100 111010 100111 11111 101001 101011

Color Harmonies of #9B7041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7041

Black with #9B7041

Text Example


Text Example

White with #9B7041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,112,65); }

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

background-color css

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

 a { background-color: rgb(155,112,65); }

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

border-color css

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

 span { border-color: rgb(155,112,65); }

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