Html Css Color HEX #9C6B29 Buttered Rum

📋 copy color: '#9C6B29'

red 156 ◦ green 107 ◦ blue 41

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

Shades of Buttered Rum #9C6B29

Tints of Buttered Rum #9C6B29

RGB

 RED value IS 156 (61.33% from 255) = 51.32%

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

 BLUE value IS 41 (16.41% from 255) = 13.49%

R = 51.32%
G = 35.2%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9C6B29 (or 0x9C6B29) is known color: Buttered Rum. HEX triplet: 9C, 6B and 29. RGB value is (156,107,41). Sum of RGB (Red+Green+Blue) = 156+107+41=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6B29 is #6394D6. Grayscale: #727272. Windows color (decimal): -6526167 or 2714524. OLE color: 2714524.

HSL color Cylindrical-coordinate representation of color #9C6B29: hue angle of 34.43º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C6B29 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 107 41 -
CMYK 0 0.31 0.74 0.39
HSL 34.43º 0.58% 0.39% -
HSV(B) 34.43º 0.74% 0.61% -
XYZ 19.37 17.74 4.5 -
YUV 114.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 156 107 41 0 0.31 0.74 0.39 34.43 0.58 0.39
Hex 9C 6B 29 0 1F 4A 27 22 3A 27
Octal 234 153 51 0 37 112 47 42 72 47
Binary 10011100 1101011 101001 0 11111 1001010 100111 100010 111010 100111

Color Harmonies of #9C6B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6B29

Black with #9C6B29

Text Example


Text Example

White with #9C6B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,107,41); }

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

background-color css

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

 a { background-color: rgb(156,107,41); }

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

border-color css

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

 span { border-color: rgb(156,107,41); }

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