Html Css Color HEX #691508 Red Oxide

📋 copy color: '#691508'

red 105 ◦ green 21 ◦ blue 8

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

Shades of Red Oxide #691508

Tints of Red Oxide #691508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.97%

R = 78.36%
G = 15.67%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#691508 (or 0x691508) is known color: Red Oxide. HEX triplet: 69, 15 and 08. RGB value is (105,21,8). Sum of RGB (Red+Green+Blue) = 105+21+8=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #691508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691508 is #96EAF7. Grayscale: #2C2C2C. Windows color (decimal): -9890552 or 529769. OLE color: 529769.

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

Color convert

RGB 105 21 8 -
CMYK 0 0.80 0.92 0.59
HSL 8.04º 0.86% 0.22% -
HSV(B) 8.04º 0.92% 0.41% -
XYZ 6.14 3.56 0.59 -
YUV 44.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 105 21 8 0 0.80 0.92 0.59 8.04 0.86 0.22
Hex 69 15 8 0 50 5C 3B 8 56 16
Octal 151 25 10 0 120 134 73 10 126 26
Binary 1101001 10101 1000 0 1010000 1011100 111011 1000 1010110 10110

Color Harmonies of #691508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691508

Black with #691508

Text Example


Text Example

White with #691508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691508; }

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

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

background-color css

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

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

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

border-color css

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

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

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