Html Css Color HEX #691506 Red Oxide

📋 copy color: '#691506'

red 105 ◦ green 21 ◦ blue 6

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

Shades of Red Oxide #691506

Tints of Red Oxide #691506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.91%

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

R = 79.55%
G = 15.91%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#691506 (or 0x691506) is known color: Red Oxide. HEX triplet: 69, 15 and 06. RGB value is (105,21,6). Sum of RGB (Red+Green+Blue) = 105+21+6=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #691506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691506 is #96EAF9. Grayscale: #2C2C2C. Windows color (decimal): -9890554 or 398697. OLE color: 398697.

HSL color Cylindrical-coordinate representation of color #691506: hue angle of 9.09º 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 #691506 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 21 6 -
CMYK 0 0.80 0.94 0.59
HSL 9.09º 0.89% 0.22% -
HSV(B) 9.09º 0.94% 0.41% -
XYZ 6.13 3.55 0.54 -
YUV 44.41 106.33 171.22 -
System Red Green Blue C M Y K H S L
Decimal 105 21 6 0 0.80 0.94 0.59 9.09 0.89 0.22
Hex 69 15 6 0 50 5E 3B 9 59 16
Octal 151 25 6 0 120 136 73 11 131 26
Binary 1101001 10101 110 0 1010000 1011110 111011 1001 1011001 10110

Color Harmonies of #691506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691506

Black with #691506

Text Example


Text Example

White with #691506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691506; }

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

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

background-color css

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

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

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

border-color css

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

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

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