Html Css Color HEX #691A19 Red Oxide

📋 copy color: '#691A19'

red 105 ◦ green 26 ◦ blue 25

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

Shades of Red Oxide #691A19

Tints of Red Oxide #691A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.67%

 BLUE value IS 25 (10.16% from 255) = 16.03%

R = 67.31%
G = 16.67%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#691A19 (or 0x691A19) is known color: Red Oxide. HEX triplet: 69, 1A and 19. RGB value is (105,26,25). Sum of RGB (Red+Green+Blue) = 105+26+25=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #691A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691A19 is #96E5E6. Grayscale: #313131. Windows color (decimal): -9889255 or 1645161. OLE color: 1645161.

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

Color convert

RGB 105 26 25 -
CMYK 0 0.75 0.76 0.59
HSL 0.75º 0.62% 0.25% -
HSV(B) 0.75º 0.76% 0.41% -
XYZ 6.37 3.81 1.32 -
YUV 49.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 105 26 25 0 0.75 0.76 0.59 0.75 0.62 0.25
Hex 69 1A 19 0 4B 4C 3B 1 3E 19
Octal 151 32 31 0 113 114 73 1 76 31
Binary 1101001 11010 11001 0 1001011 1001100 111011 1 111110 11001

Color Harmonies of #691A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A19

Black with #691A19

Text Example


Text Example

White with #691A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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