Html Css Color HEX #691507 Red Oxide

📋 copy color: '#691507'

red 105 ◦ green 21 ◦ blue 7

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

Shades of Red Oxide #691507

Tints of Red Oxide #691507

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

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

R = 78.95%
G = 15.79%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#691507 (or 0x691507) is known color: Red Oxide. HEX triplet: 69, 15 and 07. RGB value is (105,21,7). Sum of RGB (Red+Green+Blue) = 105+21+7=133 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.95% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 105 - color contains mainly: red. Hex color #691507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691507 is #96EAF8. Grayscale: #2C2C2C. Windows color (decimal): -9890553 or 464233. OLE color: 464233.

HSL color Cylindrical-coordinate representation of color #691507: hue angle of 8.57º 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 #691507 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 21 7 -
CMYK 0 0.80 0.93 0.59
HSL 8.57º 0.88% 0.22% -
HSV(B) 8.57º 0.93% 0.41% -
XYZ 6.13 3.55 0.56 -
YUV 44.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 105 21 7 0 0.80 0.93 0.59 8.57 0.88 0.22
Hex 69 15 7 0 50 5D 3B 9 58 16
Octal 151 25 7 0 120 135 73 11 130 26
Binary 1101001 10101 111 0 1010000 1011101 111011 1001 1011000 10110

Color Harmonies of #691507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691507

Black with #691507

Text Example


Text Example

White with #691507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691507; }

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

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

background-color css

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

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

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

border-color css

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

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

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