#C69937

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

Shades of Pizza #C69937

Tints of Pizza #C69937

Color information

#C69937 (or 0xC69937) is unknown color: approx Pizza. HEX triplet: C6, 99 and 37. RGB value is (198,153,55). Sum of RGB (Red+Green+Blue) = 198+153+55=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C69937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69937 is #3966C8. Grayscale: #9B9B9B. Windows color (decimal): -3761865 or 3643846. OLE color: 3643846.

HSL color Cylindrical-coordinate representation of color #C69937: hue angle of 41.12º degrees, saturation: 0.57, 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 #C69937 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB19815355-
CMYK00.230.720.22
HSL41.12º56.52%49.61%-
HSV(B)41.12º72.22%77.65%-
XYZ35.3735.068.52-
YUV155.2871.41158.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.77%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 55 (21.88% from 255) = 13.55%
R=48.77%
G=37.68%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981535500.230.720.2241.1256.5249.61
HexC699370174816293932
Octal3062316702711026517162
Binary1100011010011001110111010111100100010110101001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69937; }

 p { color: rgb(198,153,55); }

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

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

 a { background-color: rgb(198,153,55); }

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

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

 span { border-color: rgb(198,153,55); }

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