#69170C

Color #69170C Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #69170C

Tints of Red Oxide #69170C

Color information

#69170C (or 0x69170C) is unknown color: approx Red Oxide. HEX triplet: 69, 17 and 0C. RGB value is (105,23,12). Sum of RGB (Red+Green+Blue) = 105+23+12=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #69170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69170C is #96E8F3. Grayscale: #2E2E2E. Windows color (decimal): -9890036 or 792425. OLE color: 792425.

HSL color Cylindrical-coordinate representation of color #69170C: hue angle of 7.1º 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 #69170C is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1052312-
CMYK00.780.890.59
HSL7.1º79.49%22.94%-
HSV(B)7.1º88.57%41.18%-
XYZ6.23.640.72-
YUV46.26108.67169.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 75%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 12 (5.08% from 255) = 8.57%
R=75%
G=16.43%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105231200.780.890.597.179.4922.94
Hex6917C04E593B74f17
Octal1512714011613173711727
Binary1101001101111100010011101011001111011111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69170C; }

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

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

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

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

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

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

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

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