Html Css Color HEX #9E6727 Buttered Rum

📋 copy color: '#9E6727'

red 158 ◦ green 103 ◦ blue 39

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

Shades of Buttered Rum #9E6727

Tints of Buttered Rum #9E6727

RGB

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

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

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

R = 52.67%
G = 34.33%
B = 13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9E6727 (or 0x9E6727) is known color: Buttered Rum. HEX triplet: 9E, 67 and 27. RGB value is (158,103,39). Sum of RGB (Red+Green+Blue) = 158+103+39=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6727 is #6198D8. Grayscale: #707070. Windows color (decimal): -6396121 or 2582430. OLE color: 2582430.

HSL color Cylindrical-coordinate representation of color #9E6727: hue angle of 32.27º 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 #9E6727 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 103 39 -
CMYK 0 0.35 0.75 0.38
HSL 32.27º 0.6% 0.39% -
HSV(B) 32.27º 0.75% 0.62% -
XYZ 19.32 17.12 4.21 -
YUV 112.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 158 103 39 0 0.35 0.75 0.38 32.27 0.6 0.39
Hex 9E 67 27 0 23 4B 26 20 3C 27
Octal 236 147 47 0 43 113 46 40 74 47
Binary 10011110 1100111 100111 0 100011 1001011 100110 100000 111100 100111

Color Harmonies of #9E6727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6727

Black with #9E6727

Text Example


Text Example

White with #9E6727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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