Html Css Color HEX #9B713C Buttered Rum

📋 copy color: '#9B713C'

red 155 ◦ green 113 ◦ blue 60

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

Shades of Buttered Rum #9B713C

Tints of Buttered Rum #9B713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.45%

 BLUE value IS 60 (23.83% from 255) = 18.29%

R = 47.26%
G = 34.45%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B713C (or 0x9B713C) is known color: Buttered Rum. HEX triplet: 9B, 71 and 3C. RGB value is (155,113,60). Sum of RGB (Red+Green+Blue) = 155+113+60=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B713C is #648EC3. Grayscale: #777777. Windows color (decimal): -6590148 or 3961243. OLE color: 3961243.

HSL color Cylindrical-coordinate representation of color #9B713C: hue angle of 33.47º 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 #9B713C is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 113 60 -
CMYK 0 0.27 0.61 0.39
HSL 33.47º 0.44% 0.42% -
HSV(B) 33.47º 0.61% 0.61% -
XYZ 20.24 19.11 6.9 -
YUV 119.52 94.41 153.31 -
System Red Green Blue C M Y K H S L
Decimal 155 113 60 0 0.27 0.61 0.39 33.47 0.44 0.42
Hex 9B 71 3C 0 1B 3D 27 21 2C 2A
Octal 233 161 74 0 33 75 47 41 54 52
Binary 10011011 1110001 111100 0 11011 111101 100111 100001 101100 101010

Color Harmonies of #9B713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B713C

Black with #9B713C

Text Example


Text Example

White with #9B713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,60); }

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

background-color css

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

 a { background-color: rgb(155,113,60); }

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

border-color css

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

 span { border-color: rgb(155,113,60); }

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