Html Css Color HEX #9C763C Buttered Rum

📋 copy color: '#9C763C'

red 156 ◦ green 118 ◦ blue 60

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

Shades of Buttered Rum #9C763C

Tints of Buttered Rum #9C763C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.96%

R = 46.71%
G = 35.33%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C763C (or 0x9C763C) is known color: Buttered Rum. HEX triplet: 9C, 76 and 3C. RGB value is (156,118,60). Sum of RGB (Red+Green+Blue) = 156+118+60=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C763C is #6389C3. Grayscale: #7B7B7B. Windows color (decimal): -6523332 or 3962524. OLE color: 3962524.

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

Color convert

RGB 156 118 60 -
CMYK 0 0.24 0.62 0.39
HSL 36.25º 0.44% 0.42% -
HSV(B) 36.25º 0.62% 0.61% -
XYZ 21 20.35 7.1 -
YUV 122.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 156 118 60 0 0.24 0.62 0.39 36.25 0.44 0.42
Hex 9C 76 3C 0 18 3E 27 24 2C 2A
Octal 234 166 74 0 30 76 47 44 54 52
Binary 10011100 1110110 111100 0 11000 111110 100111 100100 101100 101010

Color Harmonies of #9C763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C763C

Black with #9C763C

Text Example


Text Example

White with #9C763C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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