Html Css Color HEX #9B652A Buttered Rum

📋 copy color: '#9B652A'

red 155 ◦ green 101 ◦ blue 42

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

Shades of Buttered Rum #9B652A

Tints of Buttered Rum #9B652A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.89%

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 52.01%
G = 33.89%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9B652A (or 0x9B652A) is known color: Buttered Rum. HEX triplet: 9B, 65 and 2A. RGB value is (155,101,42). Sum of RGB (Red+Green+Blue) = 155+101+42=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B652A is #649AD5. Grayscale: #6E6E6E. Windows color (decimal): -6593238 or 2778523. OLE color: 2778523.

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

Color convert

RGB 155 101 42 -
CMYK 0 0.35 0.73 0.39
HSL 31.33º 0.57% 0.39% -
HSV(B) 31.33º 0.73% 0.61% -
XYZ 18.59 16.44 4.38 -
YUV 110.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 155 101 42 0 0.35 0.73 0.39 31.33 0.57 0.39
Hex 9B 65 2A 0 23 49 27 1F 39 27
Octal 233 145 52 0 43 111 47 37 71 47
Binary 10011011 1100101 101010 0 100011 1001001 100111 11111 111001 100111

Color Harmonies of #9B652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B652A

Black with #9B652A

Text Example


Text Example

White with #9B652A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,101,42); }

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

background-color css

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

 a { background-color: rgb(155,101,42); }

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

border-color css

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

 span { border-color: rgb(155,101,42); }

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