Html Css Color HEX #691900 Red Oxide

📋 copy color: '#691900'

red 105 ◦ green 25 ◦ blue 0

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

Shades of Red Oxide #691900

Tints of Red Oxide #691900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.77%
G = 19.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#691900 (or 0x691900) is known color: Red Oxide. HEX triplet: 69, 19 and 00. RGB value is (105,25,0). Sum of RGB (Red+Green+Blue) = 105+25+0=130 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.77% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 105 - color contains mainly: red. Hex color #691900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691900 is #96E6FF. Grayscale: #2E2E2E. Windows color (decimal): -9889536 or 6505. OLE color: 6505.

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

Color convert

RGB 105 25 0 -
CMYK 0 0.76 1 0.59
HSL 14.29º 1% 0.21% -
HSV(B) 14.29º 1% 0.41% -
XYZ 6.17 3.7 0.39 -
YUV 46.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 105 25 0 0 0.76 1 0.59 14.29 1 0.21
Hex 69 19 0 0 4C 64 3B E 64 15
Octal 151 31 0 0 114 144 73 16 144 25
Binary 1101001 11001 0 0 1001100 1100100 111011 1110 1100100 10101

Color Harmonies of #691900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691900

Black with #691900

Text Example


Text Example

White with #691900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691900; }

 p { color: rgb(105,25,0); }

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

background-color css

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

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

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

border-color css

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

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

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