#c68036

Color #C68036 Golden Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Bell #C68036

Tints of Golden Bell #C68036

Color information

#C68036 (or 0xC68036) is unknown color: approx Golden Bell. HEX triplet: C6, 80 and 36. RGB value is (198,128,54). Sum of RGB (Red+Green+Blue) = 198+128+54=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C68036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68036 is #397FC9. Grayscale: #8C8C8C. Windows color (decimal): -3768266 or 3571910. OLE color: 3571910.

HSL color Cylindrical-coordinate representation of color #C68036: hue angle of 30.83º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C68036 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB19812854-
CMYK00.350.730.22
HSL30.83º57.14%49.41%-
HSV(B)30.83º72.73%77.65%-
XYZ31.6727.717.17-
YUV140.4979.19169.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.11%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 54 (21.48% from 255) = 14.21%
R=52.11%
G=33.68%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981285400.350.730.2230.8357.1449.41
HexC6803602349161f3931
Octal3062006604311126377161
Binary1100011010000000110110010001110010011011011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c68036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c68036; }

 p { color: rgb(198,128,54); }

 H1.HeaderClassName
 {
   color: #c68036;
 }
 .AnyTagClassName
 {
   color: #c68036;
 }
</style>
background-color css

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

 a { background-color: rgb(198,128,54); }

 div.DivClassName
 {
   background-color: #c68036;
 }
 .BgClassName
 {
   background-color: #c68036;
 }
</style>
border-color css

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

 span { border-color: rgb(198,128,54); }

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