Html Css Color HEX #9E6B33 Buttered Rum

📋 copy color: '#9E6B33'

red 158 ◦ green 107 ◦ blue 51

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

Shades of Buttered Rum #9E6B33

Tints of Buttered Rum #9E6B33

RGB

 RED value IS 158 (62.11% from 255) = 50%

 GREEN value IS 107 (42.19% from 255) = 33.86%

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 50%
G = 33.86%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#9E6B33 (or 0x9E6B33) is known color: Buttered Rum. HEX triplet: 9E, 6B and 33. RGB value is (158,107,51). Sum of RGB (Red+Green+Blue) = 158+107+51=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6B33 is #6194CC. Grayscale: #747474. Windows color (decimal): -6395085 or 3369886. OLE color: 3369886.

HSL color Cylindrical-coordinate representation of color #9E6B33: hue angle of 31.4º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E6B33 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 107 51 -
CMYK 0 0.32 0.68 0.38
HSL 31.4º 0.51% 0.41% -
HSV(B) 31.4º 0.68% 0.62% -
XYZ 19.96 18.02 5.56 -
YUV 115.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 158 107 51 0 0.32 0.68 0.38 31.4 0.51 0.41
Hex 9E 6B 33 0 20 44 26 1F 33 29
Octal 236 153 63 0 40 104 46 37 63 51
Binary 10011110 1101011 110011 0 100000 1000100 100110 11111 110011 101001

Color Harmonies of #9E6B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6B33

Black with #9E6B33

Text Example


Text Example

White with #9E6B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,107,51); }

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

background-color css

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

 a { background-color: rgb(158,107,51); }

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

border-color css

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

 span { border-color: rgb(158,107,51); }

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