Html Css Color HEX #9B682B Buttered Rum

📋 copy color: '#9B682B'

red 155 ◦ green 104 ◦ blue 43

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

Shades of Buttered Rum #9B682B

Tints of Buttered Rum #9B682B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.44%

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 51.32%
G = 34.44%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B682B (or 0x9B682B) is known color: Buttered Rum. HEX triplet: 9B, 68 and 2B. RGB value is (155,104,43). Sum of RGB (Red+Green+Blue) = 155+104+43=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B682B is #6497D4. Grayscale: #707070. Windows color (decimal): -6592469 or 2844827. OLE color: 2844827.

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

Color convert

RGB 155 104 43 -
CMYK 0 0.33 0.72 0.39
HSL 32.68º 0.57% 0.39% -
HSV(B) 32.68º 0.72% 0.61% -
XYZ 18.9 17.04 4.58 -
YUV 112.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 155 104 43 0 0.33 0.72 0.39 32.68 0.57 0.39
Hex 9B 68 2B 0 21 48 27 21 39 27
Octal 233 150 53 0 41 110 47 41 71 47
Binary 10011011 1101000 101011 0 100001 1001000 100111 100001 111001 100111

Color Harmonies of #9B682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B682B

Black with #9B682B

Text Example


Text Example

White with #9B682B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,104,43); }

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

background-color css

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

 a { background-color: rgb(155,104,43); }

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

border-color css

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

 span { border-color: rgb(155,104,43); }

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