#691C0F

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

Shades of Red Oxide #691C0F

Tints of Red Oxide #691C0F

Color information

#691C0F (or 0x691C0F) is unknown color: approx Red Oxide. HEX triplet: 69, 1C and 0F. RGB value is (105,28,15). Sum of RGB (Red+Green+Blue) = 105+28+15=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #691C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691C0F is #96E3F0. Grayscale: #313131. Windows color (decimal): -9888753 or 990313. OLE color: 990313.

HSL color Cylindrical-coordinate representation of color #691C0F: hue angle of 8.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691C0F is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1052815-
CMYK00.730.860.59
HSL8.67º75%23.53%-
HSV(B)8.67º85.71%41.18%-
XYZ6.333.870.87-
YUV49.54108.51167.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70.95%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 15 (6.25% from 255) = 10.14%
R=70.95%
G=18.92%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105281500.730.860.598.677523.53
Hex691CF049563B94b18
Octal15134170111126731111330
Binary11010011110011110100100110101101110111001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691C0F; }

 p { color: rgb(105,28,15); }

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

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

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

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

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

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

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