Html Css Color HEX #691A06 Red Oxide

📋 copy color: '#691A06'

red 105 ◦ green 26 ◦ blue 6

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

Shades of Red Oxide #691A06

Tints of Red Oxide #691A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.38%

R = 76.64%
G = 18.98%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#691A06 (or 0x691A06) is known color: Red Oxide. HEX triplet: 69, 1A and 06. RGB value is (105,26,6). Sum of RGB (Red+Green+Blue) = 105+26+6=137 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.64% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 105 - color contains mainly: red. Hex color #691A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691A06 is #96E5F9. Grayscale: #2F2F2F. Windows color (decimal): -9889274 or 399977. OLE color: 399977.

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

Color convert

RGB 105 26 6 -
CMYK 0 0.75 0.94 0.59
HSL 12.12º 0.89% 0.22% -
HSV(B) 12.12º 0.94% 0.41% -
XYZ 6.23 3.76 0.57 -
YUV 47.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 105 26 6 0 0.75 0.94 0.59 12.12 0.89 0.22
Hex 69 1A 6 0 4B 5E 3B C 59 16
Octal 151 32 6 0 113 136 73 14 131 26
Binary 1101001 11010 110 0 1001011 1011110 111011 1100 1011001 10110

Color Harmonies of #691A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A06

Black with #691A06

Text Example


Text Example

White with #691A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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