Html Css Color HEX #9B6730 Buttered Rum

📋 copy color: '#9B6730'

red 155 ◦ green 103 ◦ blue 48

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

Shades of Buttered Rum #9B6730

Tints of Buttered Rum #9B6730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.69%

R = 50.65%
G = 33.66%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9B6730 (or 0x9B6730) is known color: Buttered Rum. HEX triplet: 9B, 67 and 30. RGB value is (155,103,48). Sum of RGB (Red+Green+Blue) = 155+103+48=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6730 is #6498CF. Grayscale: #707070. Windows color (decimal): -6592720 or 3172251. OLE color: 3172251.

HSL color Cylindrical-coordinate representation of color #9B6730: hue angle of 30.84º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B6730 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 103 48 -
CMYK 0 0.34 0.69 0.39
HSL 30.84º 0.53% 0.4% -
HSV(B) 30.84º 0.69% 0.61% -
XYZ 18.9 16.88 5.06 -
YUV 112.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 155 103 48 0 0.34 0.69 0.39 30.84 0.53 0.4
Hex 9B 67 30 0 22 45 27 1F 35 28
Octal 233 147 60 0 42 105 47 37 65 50
Binary 10011011 1100111 110000 0 100010 1000101 100111 11111 110101 101000

Color Harmonies of #9B6730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6730

Black with #9B6730

Text Example


Text Example

White with #9B6730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,103,48); }

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

background-color css

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

 a { background-color: rgb(155,103,48); }

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

border-color css

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

 span { border-color: rgb(155,103,48); }

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