Html Css Color HEX #9B692F Buttered Rum

📋 copy color: '#9B692F'

red 155 ◦ green 105 ◦ blue 47

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

Shades of Buttered Rum #9B692F

Tints of Buttered Rum #9B692F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

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

R = 50.49%
G = 34.2%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B692F (or 0x9B692F) is known color: Buttered Rum. HEX triplet: 9B, 69 and 2F. RGB value is (155,105,47). Sum of RGB (Red+Green+Blue) = 155+105+47=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B692F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B692F is #6496D0. Grayscale: #717171. Windows color (decimal): -6592209 or 3107227. OLE color: 3107227.

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

Color convert

RGB 155 105 47 -
CMYK 0 0.32 0.70 0.39
HSL 32.22º 0.53% 0.4% -
HSV(B) 32.22º 0.7% 0.61% -
XYZ 19.08 17.28 5.02 -
YUV 113.34 90.57 157.72 -
System Red Green Blue C M Y K H S L
Decimal 155 105 47 0 0.32 0.70 0.39 32.22 0.53 0.4
Hex 9B 69 2F 0 20 46 27 20 35 28
Octal 233 151 57 0 40 106 47 40 65 50
Binary 10011011 1101001 101111 0 100000 1000110 100111 100000 110101 101000

Color Harmonies of #9B692F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B692F

Black with #9B692F

Text Example


Text Example

White with #9B692F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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