Html Css Color HEX #9C7628 Buttered Rum

📋 copy color: '#9C7628'

red 156 ◦ green 118 ◦ blue 40

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

Shades of Buttered Rum #9C7628

Tints of Buttered Rum #9C7628

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.58%

 BLUE value IS 40 (16.02% from 255) = 12.74%

R = 49.68%
G = 37.58%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9C7628 (or 0x9C7628) is known color: Buttered Rum. HEX triplet: 9C, 76 and 28. RGB value is (156,118,40). Sum of RGB (Red+Green+Blue) = 156+118+40=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7628 is #6389D7. Grayscale: #787878. Windows color (decimal): -6523352 or 2651804. OLE color: 2651804.

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

Color convert

RGB 156 118 40 -
CMYK 0 0.24 0.74 0.39
HSL 40.34º 0.59% 0.38% -
HSV(B) 40.34º 0.74% 0.61% -
XYZ 20.57 20.18 4.82 -
YUV 120.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 156 118 40 0 0.24 0.74 0.39 40.34 0.59 0.38
Hex 9C 76 28 0 18 4A 27 28 3B 26
Octal 234 166 50 0 30 112 47 50 73 46
Binary 10011100 1110110 101000 0 11000 1001010 100111 101000 111011 100110

Color Harmonies of #9C7628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7628

Black with #9C7628

Text Example


Text Example

White with #9C7628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,118,40); }

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

background-color css

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

 a { background-color: rgb(156,118,40); }

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

border-color css

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

 span { border-color: rgb(156,118,40); }

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