Html Css Color HEX #9B682C Buttered Rum

📋 copy color: '#9B682C'

red 155 ◦ green 104 ◦ blue 44

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

Shades of Buttered Rum #9B682C

Tints of Buttered Rum #9B682C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 51.16%
G = 34.32%
B = 14.52%

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

#9B682C (or 0x9B682C) is known color: Buttered Rum. HEX triplet: 9B, 68 and 2C. RGB value is (155,104,44). Sum of RGB (Red+Green+Blue) = 155+104+44=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B682C is #6497D3. Grayscale: #707070. Windows color (decimal): -6592468 or 2910363. OLE color: 2910363.

HSL color Cylindrical-coordinate representation of color #9B682C: hue angle of 32.43º degrees, saturation: 0.56, 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 #9B682C is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 104 44 -
CMYK 0 0.33 0.72 0.39
HSL 32.43º 0.56% 0.39% -
HSV(B) 32.43º 0.72% 0.61% -
XYZ 18.92 17.05 4.68 -
YUV 112.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 155 104 44 0 0.33 0.72 0.39 32.43 0.56 0.39
Hex 9B 68 2C 0 21 48 27 20 38 27
Octal 233 150 54 0 41 110 47 40 70 47
Binary 10011011 1101000 101100 0 100001 1001000 100111 100000 111000 100111

Color Harmonies of #9B682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B682C

Black with #9B682C

Text Example


Text Example

White with #9B682C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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