Html Css Color HEX #9B682D Buttered Rum

📋 copy color: '#9B682D'

red 155 ◦ green 104 ◦ blue 45

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

Shades of Buttered Rum #9B682D

Tints of Buttered Rum #9B682D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 50.99%
G = 34.21%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#9B682D (or 0x9B682D) is known color: Buttered Rum. HEX triplet: 9B, 68 and 2D. RGB value is (155,104,45). Sum of RGB (Red+Green+Blue) = 155+104+45=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B682D is #6497D2. Grayscale: #707070. Windows color (decimal): -6592467 or 2975899. OLE color: 2975899.

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

Color convert

RGB 155 104 45 -
CMYK 0 0.33 0.71 0.39
HSL 32.18º 0.55% 0.39% -
HSV(B) 32.18º 0.71% 0.61% -
XYZ 18.94 17.06 4.78 -
YUV 112.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 155 104 45 0 0.33 0.71 0.39 32.18 0.55 0.39
Hex 9B 68 2D 0 21 47 27 20 37 27
Octal 233 150 55 0 41 107 47 40 67 47
Binary 10011011 1101000 101101 0 100001 1000111 100111 100000 110111 100111

Color Harmonies of #9B682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B682D

Black with #9B682D

Text Example


Text Example

White with #9B682D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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