Html Css Color HEX #691A0F Red Oxide

📋 copy color: '#691A0F'

red 105 ◦ green 26 ◦ blue 15

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

Shades of Red Oxide #691A0F

Tints of Red Oxide #691A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.27%

R = 71.92%
G = 17.81%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#691A0F (or 0x691A0F) is known color: Red Oxide. HEX triplet: 69, 1A and 0F. RGB value is (105,26,15). Sum of RGB (Red+Green+Blue) = 105+26+15=146 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.92% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 105 - color contains mainly: red. Hex color #691A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691A0F is #96E5F0. Grayscale: #303030. Windows color (decimal): -9889265 or 989801. OLE color: 989801.

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

Color convert

RGB 105 26 15 -
CMYK 0 0.75 0.86 0.59
HSL 7.33º 0.75% 0.24% -
HSV(B) 7.33º 0.86% 0.41% -
XYZ 6.28 3.78 0.85 -
YUV 48.37 109.17 168.39 -
System Red Green Blue C M Y K H S L
Decimal 105 26 15 0 0.75 0.86 0.59 7.33 0.75 0.24
Hex 69 1A F 0 4B 56 3B 7 4B 18
Octal 151 32 17 0 113 126 73 7 113 30
Binary 1101001 11010 1111 0 1001011 1010110 111011 111 1001011 11000

Color Harmonies of #691A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A0F

Black with #691A0F

Text Example


Text Example

White with #691A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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