Html Css Color HEX #9C6926 Buttered Rum

📋 copy color: '#9C6926'

red 156 ◦ green 105 ◦ blue 38

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

Shades of Buttered Rum #9C6926

Tints of Buttered Rum #9C6926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.12%

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

R = 52.17%
G = 35.12%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9C6926 (or 0x9C6926) is known color: Buttered Rum. HEX triplet: 9C, 69 and 26. RGB value is (156,105,38). Sum of RGB (Red+Green+Blue) = 156+105+38=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6926 is #6396D9. Grayscale: #707070. Windows color (decimal): -6526682 or 2517404. OLE color: 2517404.

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

Color convert

RGB 156 105 38 -
CMYK 0 0.33 0.76 0.39
HSL 34.07º 0.61% 0.38% -
HSV(B) 34.07º 0.76% 0.61% -
XYZ 19.11 17.31 4.17 -
YUV 112.61 85.9 158.95 -
System Red Green Blue C M Y K H S L
Decimal 156 105 38 0 0.33 0.76 0.39 34.07 0.61 0.38
Hex 9C 69 26 0 21 4C 27 22 3D 26
Octal 234 151 46 0 41 114 47 42 75 46
Binary 10011100 1101001 100110 0 100001 1001100 100111 100010 111101 100110

Color Harmonies of #9C6926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6926

Black with #9C6926

Text Example


Text Example

White with #9C6926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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