Html Css Color HEX #9B753C Buttered Rum

📋 copy color: '#9B753C'

red 155 ◦ green 117 ◦ blue 60

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

Shades of Buttered Rum #9B753C

Tints of Buttered Rum #9B753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

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

R = 46.69%
G = 35.24%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B753C (or 0x9B753C) is known color: Buttered Rum. HEX triplet: 9B, 75 and 3C. RGB value is (155,117,60). Sum of RGB (Red+Green+Blue) = 155+117+60=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B753C is #648AC3. Grayscale: #7A7A7A. Windows color (decimal): -6589124 or 3962267. OLE color: 3962267.

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

Color convert

RGB 155 117 60 -
CMYK 0 0.25 0.61 0.39
HSL 36º 0.44% 0.42% -
HSV(B) 36º 0.61% 0.61% -
XYZ 20.69 20.02 7.05 -
YUV 121.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 155 117 60 0 0.25 0.61 0.39 36 0.44 0.42
Hex 9B 75 3C 0 19 3D 27 24 2C 2A
Octal 233 165 74 0 31 75 47 44 54 52
Binary 10011011 1110101 111100 0 11001 111101 100111 100100 101100 101010

Color Harmonies of #9B753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B753C

Black with #9B753C

Text Example


Text Example

White with #9B753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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