#6C0205

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

Shades of Sangria #6C0205

Tints of Sangria #6C0205

Color information

#6C0205 (or 0x6C0205) is unknown color: approx Sangria. HEX triplet: 6C, 02 and 05. RGB value is (108,2,5). Sum of RGB (Red+Green+Blue) = 108+2+5=115 (15% of max value = 765). Red value is 108 (42.58% from 255 or 93.91% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0205 is #93FDFA. Grayscale: #222222. Windows color (decimal): -9698811 or 328300. OLE color: 328300.

HSL color Cylindrical-coordinate representation of color #6C0205: hue angle of 358.3º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0205 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB10825-
CMYK00.980.950.58
HSL358.3º96.36%21.57%-
HSV(B)358.3º98.15%42.35%-
XYZ6.233.240.44-
YUV34.04111.62180.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 93.91%
GREEN value IS 2 (1.17% from 255) = 1.74%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=93.91%
G=1.74%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1082500.980.950.58358.396.3621.57
Hex6C250625F3A1666016
Octal1542501421377254614026
Binary110110010101011000101011111111010101100110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C0205; }

 p { color: rgb(108,2,5); }

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

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

 a { background-color: rgb(108,2,5); }

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

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

 span { border-color: rgb(108,2,5); }

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