#C6695D

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

Shades of Sunglo #C6695D

Tints of Sunglo #C6695D

Color information

#C6695D (or 0xC6695D) is unknown color: approx Sunglo. HEX triplet: C6, 69 and 5D. RGB value is (198,105,93). Sum of RGB (Red+Green+Blue) = 198+105+93=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6695D is #3996A2. Grayscale: #838383. Windows color (decimal): -3774115 or 6121926. OLE color: 6121926.

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

Color convert

RGB19810593-
CMYK00.470.530.22
HSL6.86º47.95%57.06%-
HSV(B)6.86º53.03%77.65%-
XYZ30.3222.913.18-
YUV131.44106.31175.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=50%
G=26.52%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981059300.470.530.226.8647.9557.06
HexC6695D02F351673039
Octal306151135057652676071
Binary1100011011010011011101010111111010110110111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6695D; }

 p { color: rgb(198,105,93); }

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

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

 a { background-color: rgb(198,105,93); }

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

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

 span { border-color: rgb(198,105,93); }

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