Html Css Color HEX #9C6C30 Buttered Rum

📋 copy color: '#9C6C30'

red 156 ◦ green 108 ◦ blue 48

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

Shades of Buttered Rum #9C6C30

Tints of Buttered Rum #9C6C30

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.62%

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 50%
G = 34.62%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C6C30 (or 0x9C6C30) is known color: Buttered Rum. HEX triplet: 9C, 6C and 30. RGB value is (156,108,48). Sum of RGB (Red+Green+Blue) = 156+108+48=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6C30 is #6393CF. Grayscale: #737373. Windows color (decimal): -6525904 or 3173532. OLE color: 3173532.

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

Color convert

RGB 156 108 48 -
CMYK 0 0.31 0.69 0.39
HSL 33.33º 0.53% 0.4% -
HSV(B) 33.33º 0.69% 0.61% -
XYZ 19.61 18.01 5.24 -
YUV 115.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 156 108 48 0 0.31 0.69 0.39 33.33 0.53 0.4
Hex 9C 6C 30 0 1F 45 27 21 35 28
Octal 234 154 60 0 37 105 47 41 65 50
Binary 10011100 1101100 110000 0 11111 1000101 100111 100001 110101 101000

Color Harmonies of #9C6C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6C30

Black with #9C6C30

Text Example


Text Example

White with #9C6C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,108,48); }

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

background-color css

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

 a { background-color: rgb(156,108,48); }

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

border-color css

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

 span { border-color: rgb(156,108,48); }

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