Html Css Color HEX #9C6626 Buttered Rum

📋 copy color: '#9C6626'

red 156 ◦ green 102 ◦ blue 38

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

Shades of Buttered Rum #9C6626

Tints of Buttered Rum #9C6626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.84%

R = 52.7%
G = 34.46%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9C6626 (or 0x9C6626) is known color: Buttered Rum. HEX triplet: 9C, 66 and 26. RGB value is (156,102,38). Sum of RGB (Red+Green+Blue) = 156+102+38=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6626 is #6399D9. Grayscale: #6F6F6F. Windows color (decimal): -6527450 or 2516636. OLE color: 2516636.

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

Color convert

RGB 156 102 38 -
CMYK 0 0.35 0.76 0.39
HSL 32.54º 0.61% 0.38% -
HSV(B) 32.54º 0.76% 0.61% -
XYZ 18.81 16.71 4.07 -
YUV 110.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 156 102 38 0 0.35 0.76 0.39 32.54 0.61 0.38
Hex 9C 66 26 0 23 4C 27 21 3D 26
Octal 234 146 46 0 43 114 47 41 75 46
Binary 10011100 1100110 100110 0 100011 1001100 100111 100001 111101 100110

Color Harmonies of #9C6626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6626

Black with #9C6626

Text Example


Text Example

White with #9C6626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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