Html Css Color HEX #691E0E Red Oxide

📋 copy color: '#691E0E'

red 105 ◦ green 30 ◦ blue 14

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

Shades of Red Oxide #691E0E

Tints of Red Oxide #691E0E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.13%

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

R = 70.47%
G = 20.13%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#691E0E (or 0x691E0E) is known color: Red Oxide. HEX triplet: 69, 1E and 0E. RGB value is (105,30,14). Sum of RGB (Red+Green+Blue) = 105+30+14=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #691E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691E0E is #96E1F1. Grayscale: #323232. Windows color (decimal): -9888242 or 925289. OLE color: 925289.

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

Color convert

RGB 105 30 14 -
CMYK 0 0.71 0.87 0.59
HSL 10.55º 0.76% 0.23% -
HSV(B) 10.55º 0.87% 0.41% -
XYZ 6.37 3.96 0.84 -
YUV 50.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 105 30 14 0 0.71 0.87 0.59 10.55 0.76 0.23
Hex 69 1E E 0 47 57 3B B 4C 17
Octal 151 36 16 0 107 127 73 13 114 27
Binary 1101001 11110 1110 0 1000111 1010111 111011 1011 1001100 10111

Color Harmonies of #691E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691E0E

Black with #691E0E

Text Example


Text Example

White with #691E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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