Html Css Color HEX #691801 Red Oxide

📋 copy color: '#691801'

red 105 ◦ green 24 ◦ blue 1

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

Shades of Red Oxide #691801

Tints of Red Oxide #691801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.46%

 BLUE value IS 1 (0.78% from 255) = 0.77%

R = 80.77%
G = 18.46%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#691801 (or 0x691801) is known color: Red Oxide. HEX triplet: 69, 18 and 01. RGB value is (105,24,1). Sum of RGB (Red+Green+Blue) = 105+24+1=130 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.77% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 105 - color contains mainly: red. Hex color #691801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691801 is #96E7FE. Grayscale: #2D2D2D. Windows color (decimal): -9889791 or 71785. OLE color: 71785.

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

Color convert

RGB 105 24 1 -
CMYK 0 0.77 0.99 0.59
HSL 13.27º 0.98% 0.21% -
HSV(B) 13.27º 0.99% 0.41% -
XYZ 6.16 3.66 0.41 -
YUV 45.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 105 24 1 0 0.77 0.99 0.59 13.27 0.98 0.21
Hex 69 18 1 0 4D 63 3B D 62 15
Octal 151 30 1 0 115 143 73 15 142 25
Binary 1101001 11000 1 0 1001101 1100011 111011 1101 1100010 10101

Color Harmonies of #691801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691801

Black with #691801

Text Example


Text Example

White with #691801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691801; }

 p { color: rgb(105,24,1); }

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

background-color css

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

 a { background-color: rgb(105,24,1); }

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

border-color css

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

 span { border-color: rgb(105,24,1); }

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