Html Css Color HEX #9B703D Buttered Rum

📋 copy color: '#9B703D'

red 155 ◦ green 112 ◦ blue 61

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

Shades of Buttered Rum #9B703D

Tints of Buttered Rum #9B703D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.6%

R = 47.26%
G = 34.15%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B703D (or 0x9B703D) is known color: Buttered Rum. HEX triplet: 9B, 70 and 3D. RGB value is (155,112,61). Sum of RGB (Red+Green+Blue) = 155+112+61=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B703D is #648FC2. Grayscale: #777777. Windows color (decimal): -6590403 or 4026523. OLE color: 4026523.

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

Color convert

RGB 155 112 61 -
CMYK 0 0.28 0.61 0.39
HSL 32.55º 0.44% 0.42% -
HSV(B) 32.55º 0.61% 0.61% -
XYZ 20.15 18.89 7 -
YUV 119.04 95.25 153.65 -
System Red Green Blue C M Y K H S L
Decimal 155 112 61 0 0.28 0.61 0.39 32.55 0.44 0.42
Hex 9B 70 3D 0 1C 3D 27 21 2C 2A
Octal 233 160 75 0 34 75 47 41 54 52
Binary 10011011 1110000 111101 0 11100 111101 100111 100001 101100 101010

Color Harmonies of #9B703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B703D

Black with #9B703D

Text Example


Text Example

White with #9B703D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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