Html Css Color HEX #691308 Red Oxide

📋 copy color: '#691308'

red 105 ◦ green 19 ◦ blue 8

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

Shades of Red Oxide #691308

Tints of Red Oxide #691308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.39%

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

R = 79.55%
G = 14.39%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#691308 (or 0x691308) is known color: Red Oxide. HEX triplet: 69, 13 and 08. RGB value is (105,19,8). Sum of RGB (Red+Green+Blue) = 105+19+8=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #691308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691308 is #96ECF7. Grayscale: #2B2B2B. Windows color (decimal): -9891064 or 529257. OLE color: 529257.

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

Color convert

RGB 105 19 8 -
CMYK 0 0.82 0.92 0.59
HSL 6.8º 0.86% 0.22% -
HSV(B) 6.8º 0.92% 0.41% -
XYZ 6.1 3.49 0.58 -
YUV 43.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 105 19 8 0 0.82 0.92 0.59 6.8 0.86 0.22
Hex 69 13 8 0 52 5C 3B 7 56 16
Octal 151 23 10 0 122 134 73 7 126 26
Binary 1101001 10011 1000 0 1010010 1011100 111011 111 1010110 10110

Color Harmonies of #691308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691308

Black with #691308

Text Example


Text Example

White with #691308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691308; }

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

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

background-color css

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

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

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

border-color css

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

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

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