#C67631

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

Shades of Meteor #C67631

Tints of Meteor #C67631

Color information

#C67631 (or 0xC67631) is unknown color: approx Meteor. HEX triplet: C6, 76 and 31. RGB value is (198,118,49). Sum of RGB (Red+Green+Blue) = 198+118+49=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C67631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67631 is #3989CE. Grayscale: #868686. Windows color (decimal): -3770831 or 3241670. OLE color: 3241670.

HSL color Cylindrical-coordinate representation of color #C67631: hue angle of 27.79º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C67631 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB19811849-
CMYK00.400.750.22
HSL27.79º60.32%48.43%-
HSV(B)27.79º75.25%77.65%-
XYZ30.3225.186.17-
YUV134.0580173.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.25%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 49 (19.53% from 255) = 13.42%
R=54.25%
G=32.33%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981184900.400.750.2227.7960.3248.43
HexC676310284B161c3c30
Octal3061666105011326347460
Binary110001101110110110001010100010010111011011100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67631; }

 p { color: rgb(198,118,49); }

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

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

 a { background-color: rgb(198,118,49); }

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

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

 span { border-color: rgb(198,118,49); }

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