Html Css Color HEX #9C6D21 Buttered Rum

📋 copy color: '#9C6D21'

red 156 ◦ green 109 ◦ blue 33

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

Shades of Buttered Rum #9C6D21

Tints of Buttered Rum #9C6D21

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.58%

 BLUE value IS 33 (13.28% from 255) = 11.07%

R = 52.35%
G = 36.58%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C6D21 (or 0x9C6D21) is known color: Buttered Rum. HEX triplet: 9C, 6D and 21. RGB value is (156,109,33). Sum of RGB (Red+Green+Blue) = 156+109+33=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6D21 is #6392DE. Grayscale: #727272. Windows color (decimal): -6525663 or 2190748. OLE color: 2190748.

HSL color Cylindrical-coordinate representation of color #9C6D21: hue angle of 37.07º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C6D21 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 109 33 -
CMYK 0 0.30 0.79 0.39
HSL 37.07º 0.65% 0.37% -
HSV(B) 37.07º 0.79% 0.61% -
XYZ 19.45 18.12 3.91 -
YUV 114.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 156 109 33 0 0.30 0.79 0.39 37.07 0.65 0.37
Hex 9C 6D 21 0 1E 4F 27 25 41 25
Octal 234 155 41 0 36 117 47 45 101 45
Binary 10011100 1101101 100001 0 11110 1001111 100111 100101 1000001 100101

Color Harmonies of #9C6D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6D21

Black with #9C6D21

Text Example


Text Example

White with #9C6D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,109,33); }

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

background-color css

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

 a { background-color: rgb(156,109,33); }

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

border-color css

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

 span { border-color: rgb(156,109,33); }

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