Html Css Color HEX #690E0E Red Oxide

📋 copy color: '#690E0E'

red 105 ◦ green 14 ◦ blue 14

#690E0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #690E0E

Tints of Red Oxide #690E0E

RGB

 RED value IS 105 (41.41% from 255) = 78.95%

 GREEN value IS 14 (5.86% from 255) = 10.53%

 BLUE value IS 14 (5.86% from 255) = 10.53%

R = 78.95%
G = 10.53%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#690E0E (or 0x690E0E) is known color: Red Oxide. HEX triplet: 69, 0E and 0E. RGB value is (105,14,14). Sum of RGB (Red+Green+Blue) = 105+14+14=133 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.95% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 105 - color contains mainly: red. Hex color #690E0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690E0E is #96F1F1. Grayscale: #292929. Windows color (decimal): -9892338 or 921193. OLE color: 921193.

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

Color convert

RGB 105 14 14 -
CMYK 0 0.87 0.87 0.59
HSL 0.76% 0.23% -
HSV(B) 0.87% 0.41% -
XYZ 6.06 3.35 0.74 -
YUV 41.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 105 14 14 0 0.87 0.87 0.59 0 0.76 0.23
Hex 69 E E 0 57 57 3B 0 4C 17
Octal 151 16 16 0 127 127 73 0 114 27
Binary 1101001 1110 1110 0 1010111 1010111 111011 0 1001100 10111

Color Harmonies of #690E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690E0E

Black with #690E0E

Text Example


Text Example

White with #690E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #690E0E;
 }
 .AnyTagClassName
 {
   color: #690E0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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