#C68238

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

Shades of Golden Bell #C68238

Tints of Golden Bell #C68238

Color information

#C68238 (or 0xC68238) is unknown color: approx Golden Bell. HEX triplet: C6, 82 and 38. RGB value is (198,130,56). Sum of RGB (Red+Green+Blue) = 198+130+56=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C68238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68238 is #397DC7. Grayscale: #8E8E8E. Windows color (decimal): -3767752 or 3703494. OLE color: 3703494.

HSL color Cylindrical-coordinate representation of color #C68238: hue angle of 31.27º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C68238 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB19813056-
CMYK00.340.720.22
HSL31.27º55.91%49.8%-
HSV(B)31.27º71.72%77.65%-
XYZ31.9928.267.51-
YUV141.979.53168.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.56%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 56 (22.27% from 255) = 14.58%
R=51.56%
G=33.85%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981305600.340.720.2231.2755.9149.8
HexC6823802248161f3832
Octal3062027004211026377062
Binary1100011010000010111000010001010010001011011111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68238; }

 p { color: rgb(198,130,56); }

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

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

 a { background-color: rgb(198,130,56); }

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

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

 span { border-color: rgb(198,130,56); }

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