#C6662F

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

Shades of Christine #C6662F

Tints of Christine #C6662F

Color information

#C6662F (or 0xC6662F) is unknown color: approx Christine. HEX triplet: C6, 66 and 2F. RGB value is (198,102,47). Sum of RGB (Red+Green+Blue) = 198+102+47=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6662F is #3999D0. Grayscale: #7C7C7C. Windows color (decimal): -3774929 or 3106502. OLE color: 3106502.

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

Color convert

RGB19810247-
CMYK00.480.760.22
HSL21.85º61.63%48.04%-
HSV(B)21.85º76.26%77.65%-
XYZ28.5521.715.38-
YUV124.4384.3180.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.06%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 47 (18.75% from 255) = 13.54%
R=57.06%
G=29.39%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981024700.480.760.2221.8561.6348.04
HexC6662F0304C16163e30
Octal3061465706011426267660
Binary110001101100110101111011000010011001011010110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6662F; }

 p { color: rgb(198,102,47); }

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

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

 a { background-color: rgb(198,102,47); }

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

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

 span { border-color: rgb(198,102,47); }

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