Html Css Color HEX #691407 Red Oxide

📋 copy color: '#691407'

red 105 ◦ green 20 ◦ blue 7

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

Shades of Red Oxide #691407

Tints of Red Oxide #691407

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.15%

 BLUE value IS 7 (3.13% from 255) = 5.3%

R = 79.55%
G = 15.15%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#691407 (or 0x691407) is known color: Red Oxide. HEX triplet: 69, 14 and 07. RGB value is (105,20,7). Sum of RGB (Red+Green+Blue) = 105+20+7=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #691407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691407 is #96EBF8. Grayscale: #2C2C2C. Windows color (decimal): -9890809 or 463977. OLE color: 463977.

HSL color Cylindrical-coordinate representation of color #691407: hue angle of 7.96º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #691407 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 20 7 -
CMYK 0 0.81 0.93 0.59
HSL 7.96º 0.88% 0.22% -
HSV(B) 7.96º 0.93% 0.41% -
XYZ 6.11 3.52 0.56 -
YUV 43.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 105 20 7 0 0.81 0.93 0.59 7.96 0.88 0.22
Hex 69 14 7 0 51 5D 3B 8 58 16
Octal 151 24 7 0 121 135 73 10 130 26
Binary 1101001 10100 111 0 1010001 1011101 111011 1000 1011000 10110

Color Harmonies of #691407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691407

Black with #691407

Text Example


Text Example

White with #691407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691407; }

 p { color: rgb(105,20,7); }

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

background-color css

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

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

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

border-color css

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

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

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