Html Css Color HEX #9B672F Buttered Rum

📋 copy color: '#9B672F'

red 155 ◦ green 103 ◦ blue 47

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

Shades of Buttered Rum #9B672F

Tints of Buttered Rum #9B672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.77%

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 50.82%
G = 33.77%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B672F (or 0x9B672F) is known color: Buttered Rum. HEX triplet: 9B, 67 and 2F. RGB value is (155,103,47). Sum of RGB (Red+Green+Blue) = 155+103+47=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B672F is #6498D0. Grayscale: #707070. Windows color (decimal): -6592721 or 3106715. OLE color: 3106715.

HSL color Cylindrical-coordinate representation of color #9B672F: hue angle of 31.11º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B672F is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 103 47 -
CMYK 0 0.34 0.70 0.39
HSL 31.11º 0.53% 0.4% -
HSV(B) 31.11º 0.7% 0.61% -
XYZ 18.88 16.87 4.95 -
YUV 112.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 155 103 47 0 0.34 0.70 0.39 31.11 0.53 0.4
Hex 9B 67 2F 0 22 46 27 1F 35 28
Octal 233 147 57 0 42 106 47 37 65 50
Binary 10011011 1100111 101111 0 100010 1000110 100111 11111 110101 101000

Color Harmonies of #9B672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B672F

Black with #9B672F

Text Example


Text Example

White with #9B672F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,103,47); }

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

background-color css

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

 a { background-color: rgb(155,103,47); }

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

border-color css

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

 span { border-color: rgb(155,103,47); }

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