Html Css Color HEX #9E6B27 Buttered Rum

📋 copy color: '#9E6B27'

red 158 ◦ green 107 ◦ blue 39

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

Shades of Buttered Rum #9E6B27

Tints of Buttered Rum #9E6B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.83%

R = 51.97%
G = 35.2%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9E6B27 (or 0x9E6B27) is known color: Buttered Rum. HEX triplet: 9E, 6B and 27. RGB value is (158,107,39). Sum of RGB (Red+Green+Blue) = 158+107+39=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6B27 is #6194D8. Grayscale: #727272. Windows color (decimal): -6395097 or 2583454. OLE color: 2583454.

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

Color convert

RGB 158 107 39 -
CMYK 0 0.32 0.75 0.38
HSL 34.29º 0.6% 0.39% -
HSV(B) 34.29º 0.75% 0.62% -
XYZ 19.72 17.93 4.34 -
YUV 114.5 85.4 159.03 -
System Red Green Blue C M Y K H S L
Decimal 158 107 39 0 0.32 0.75 0.38 34.29 0.6 0.39
Hex 9E 6B 27 0 20 4B 26 22 3C 27
Octal 236 153 47 0 40 113 46 42 74 47
Binary 10011110 1101011 100111 0 100000 1001011 100110 100010 111100 100111

Color Harmonies of #9E6B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6B27

Black with #9E6B27

Text Example


Text Example

White with #9E6B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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