Html Css Color HEX #690F0E Red Oxide

📋 copy color: '#690F0E'

red 105 ◦ green 15 ◦ blue 14

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

Shades of Red Oxide #690F0E

Tints of Red Oxide #690F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.19%

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

R = 78.36%
G = 11.19%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#690F0E (or 0x690F0E) is known color: Red Oxide. HEX triplet: 69, 0F and 0E. RGB value is (105,15,14). Sum of RGB (Red+Green+Blue) = 105+15+14=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #690F0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690F0E is #96F0F1. Grayscale: #292929. Windows color (decimal): -9892082 or 921449. OLE color: 921449.

HSL color Cylindrical-coordinate representation of color #690F0E: hue angle of 0.66º 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 #690F0E is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 15 14 -
CMYK 0 0.86 0.87 0.59
HSL 0.66º 0.76% 0.23% -
HSV(B) 0.66º 0.87% 0.41% -
XYZ 6.08 3.38 0.75 -
YUV 41.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 105 15 14 0 0.86 0.87 0.59 0.66 0.76 0.23
Hex 69 F E 0 56 57 3B 1 4C 17
Octal 151 17 16 0 126 127 73 1 114 27
Binary 1101001 1111 1110 0 1010110 1010111 111011 1 1001100 10111

Color Harmonies of #690F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F0E

Black with #690F0E

Text Example


Text Example

White with #690F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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