Html Css Color HEX #9B6E2A Buttered Rum

📋 copy color: '#9B6E2A'

red 155 ◦ green 110 ◦ blue 42

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

Shades of Buttered Rum #9B6E2A

Tints of Buttered Rum #9B6E2A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.83%

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

R = 50.49%
G = 35.83%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9B6E2A (or 0x9B6E2A) is known color: Buttered Rum. HEX triplet: 9B, 6E and 2A. RGB value is (155,110,42). Sum of RGB (Red+Green+Blue) = 155+110+42=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6E2A is #6491D5. Grayscale: #747474. Windows color (decimal): -6590934 or 2780827. OLE color: 2780827.

HSL color Cylindrical-coordinate representation of color #9B6E2A: hue angle of 36.11º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B6E2A is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 110 42 -
CMYK 0 0.29 0.73 0.39
HSL 36.11º 0.57% 0.39% -
HSV(B) 36.11º 0.73% 0.61% -
XYZ 19.51 18.29 4.69 -
YUV 115.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 155 110 42 0 0.29 0.73 0.39 36.11 0.57 0.39
Hex 9B 6E 2A 0 1D 49 27 24 39 27
Octal 233 156 52 0 35 111 47 44 71 47
Binary 10011011 1101110 101010 0 11101 1001001 100111 100100 111001 100111

Color Harmonies of #9B6E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E2A

Black with #9B6E2A

Text Example


Text Example

White with #9B6E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,110,42); }

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

background-color css

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

 a { background-color: rgb(155,110,42); }

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

border-color css

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

 span { border-color: rgb(155,110,42); }

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