Html Css Color HEX #691A07 Red Oxide

📋 copy color: '#691A07'

red 105 ◦ green 26 ◦ blue 7

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

Shades of Red Oxide #691A07

Tints of Red Oxide #691A07

RGB

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

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

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

R = 76.09%
G = 18.84%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#691A07 (or 0x691A07) is known color: Red Oxide. HEX triplet: 69, 1A and 07. RGB value is (105,26,7). Sum of RGB (Red+Green+Blue) = 105+26+7=138 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.09% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 105 - color contains mainly: red. Hex color #691A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691A07 is #96E5F8. Grayscale: #2F2F2F. Windows color (decimal): -9889273 or 465513. OLE color: 465513.

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

Color convert

RGB 105 26 7 -
CMYK 0 0.75 0.93 0.59
HSL 11.63º 0.88% 0.22% -
HSV(B) 11.63º 0.93% 0.41% -
XYZ 6.23 3.76 0.6 -
YUV 47.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 105 26 7 0 0.75 0.93 0.59 11.63 0.88 0.22
Hex 69 1A 7 0 4B 5D 3B C 58 16
Octal 151 32 7 0 113 135 73 14 130 26
Binary 1101001 11010 111 0 1001011 1011101 111011 1100 1011000 10110

Color Harmonies of #691A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A07

Black with #691A07

Text Example


Text Example

White with #691A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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