Html Css Color HEX #9B6A22 Buttered Rum

📋 copy color: '#9B6A22'

red 155 ◦ green 106 ◦ blue 34

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

Shades of Buttered Rum #9B6A22

Tints of Buttered Rum #9B6A22

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.93%

 BLUE value IS 34 (13.67% from 255) = 11.53%

R = 52.54%
G = 35.93%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9B6A22 (or 0x9B6A22) is known color: Buttered Rum. HEX triplet: 9B, 6A and 22. RGB value is (155,106,34). Sum of RGB (Red+Green+Blue) = 155+106+34=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6A22 is #6495DD. Grayscale: #707070. Windows color (decimal): -6591966 or 2255515. OLE color: 2255515.

HSL color Cylindrical-coordinate representation of color #9B6A22: hue angle of 35.7º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B6A22 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 106 34 -
CMYK 0 0.32 0.78 0.39
HSL 35.7º 0.64% 0.37% -
HSV(B) 35.7º 0.78% 0.61% -
XYZ 18.96 17.39 3.87 -
YUV 112.44 83.73 158.35 -
System Red Green Blue C M Y K H S L
Decimal 155 106 34 0 0.32 0.78 0.39 35.7 0.64 0.37
Hex 9B 6A 22 0 20 4E 27 24 40 25
Octal 233 152 42 0 40 116 47 44 100 45
Binary 10011011 1101010 100010 0 100000 1001110 100111 100100 1000000 100101

Color Harmonies of #9B6A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6A22

Black with #9B6A22

Text Example


Text Example

White with #9B6A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,106,34); }

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

background-color css

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

 a { background-color: rgb(155,106,34); }

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

border-color css

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

 span { border-color: rgb(155,106,34); }

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