#690C0C

Color #690C0C Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #690C0C

Tints of Falu Red #690C0C

Color information

#690C0C (or 0x690C0C) is unknown color: approx Falu Red. HEX triplet: 69, 0C and 0C. RGB value is (105,12,12). Sum of RGB (Red+Green+Blue) = 105+12+12=129 (17% of max value = 765). Red value is 105 (41.41% from 255 or 81.40% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 105 - color contains mainly: red. Hex color #690C0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690C0C is #96F3F3. Grayscale: #272727. Windows color (decimal): -9892852 or 789609. OLE color: 789609.

HSL color Cylindrical-coordinate representation of color #690C0C: hue angle of 0º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C0C is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1051212-
CMYK00.890.890.59
HSL79.49%22.94%-
HSV(B)88.57%41.18%-
XYZ6.023.290.67-
YUV39.81112.31174.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 81.40%
GREEN value IS 12 (5.08% from 255) = 9.30%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=81.40%
G=9.30%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105121200.890.890.59079.4922.94
Hex69CC059593B04f17
Octal1511414013113173011727
Binary1101001110011000101100110110011110110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690C0C; }

 p { color: rgb(105,12,12); }

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

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

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

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

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

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

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