Html Css Color HEX #9C6629 Buttered Rum

📋 copy color: '#9C6629'

red 156 ◦ green 102 ◦ blue 41

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

Shades of Buttered Rum #9C6629

Tints of Buttered Rum #9C6629

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.11%

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

R = 52.17%
G = 34.11%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9C6629 (or 0x9C6629) is known color: Buttered Rum. HEX triplet: 9C, 66 and 29. RGB value is (156,102,41). Sum of RGB (Red+Green+Blue) = 156+102+41=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6629 is #6399D6. Grayscale: #6F6F6F. Windows color (decimal): -6527447 or 2713244. OLE color: 2713244.

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

Color convert

RGB 156 102 41 -
CMYK 0 0.35 0.74 0.39
HSL 31.83º 0.58% 0.39% -
HSV(B) 31.83º 0.74% 0.61% -
XYZ 18.86 16.73 4.33 -
YUV 111.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 156 102 41 0 0.35 0.74 0.39 31.83 0.58 0.39
Hex 9C 66 29 0 23 4A 27 20 3A 27
Octal 234 146 51 0 43 112 47 40 72 47
Binary 10011100 1100110 101001 0 100011 1001010 100111 100000 111010 100111

Color Harmonies of #9C6629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6629

Black with #9C6629

Text Example


Text Example

White with #9C6629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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