#C6635B

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

Shades of Sunglo #C6635B

Tints of Sunglo #C6635B

Color information

#C6635B (or 0xC6635B) is unknown color: approx Sunglo. HEX triplet: C6, 63 and 5B. RGB value is (198,99,91). Sum of RGB (Red+Green+Blue) = 198+99+91=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6635B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6635B is #399CA4. Grayscale: #7F7F7F. Windows color (decimal): -3775653 or 5989318. OLE color: 5989318.

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

Color convert

RGB1989991-
CMYK00.500.540.22
HSL4.49º48.42%56.67%-
HSV(B)4.49º54.04%77.65%-
XYZ29.6421.6812.52-
YUV127.69107.3178.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.03%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 91 (35.94% from 255) = 23.45%
R=51.03%
G=25.52%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198999100.500.540.224.4948.4256.67
HexC6635B032361643039
Octal306143133062662646071
Binary1100011011000111011011011001011011010110100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6635B; }

 p { color: rgb(198,99,91); }

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

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

 a { background-color: rgb(198,99,91); }

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

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

 span { border-color: rgb(198,99,91); }

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