#C6654F

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

Shades of Sunglo #C6654F

Tints of Sunglo #C6654F

Color information

#C6654F (or 0xC6654F) is unknown color: approx Sunglo. HEX triplet: C6, 65 and 4F. RGB value is (198,101,79). Sum of RGB (Red+Green+Blue) = 198+101+79=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6654F is #399AB0. Grayscale: #7F7F7F. Windows color (decimal): -3775153 or 5203398. OLE color: 5203398.

HSL color Cylindrical-coordinate representation of color #C6654F: hue angle of 11.09º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6654F is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19810179-
CMYK00.490.600.22
HSL11.09º51.07%54.31%-
HSV(B)11.09º60.1%77.65%-
XYZ29.3521.8810.07-
YUV127.5100.64178.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.38%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 79 (31.25% from 255) = 20.90%
R=52.38%
G=26.72%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981017900.490.600.2211.0951.0754.31
HexC6654F0313C16b3336
Octal3061451170617426136366
Binary11000110110010110011110110001111100101101011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6654F; }

 p { color: rgb(198,101,79); }

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

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

 a { background-color: rgb(198,101,79); }

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

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

 span { border-color: rgb(198,101,79); }

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