Html Css Color HEX #681208 Red Oxide

📋 copy color: '#681208'

red 104 ◦ green 18 ◦ blue 8

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

Shades of Red Oxide #681208

Tints of Red Oxide #681208

RGB

 RED value IS 104 (41.02% from 255) = 80%

 GREEN value IS 18 (7.42% from 255) = 13.85%

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

R = 80%
G = 13.85%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#681208 (or 0x681208) is known color: Red Oxide. HEX triplet: 68, 12 and 08. RGB value is (104,18,8). Sum of RGB (Red+Green+Blue) = 104+18+8=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #681208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681208 is #97EDF7. Grayscale: #2A2A2A. Windows color (decimal): -9956856 or 529000. OLE color: 529000.

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

Color convert

RGB 104 18 8 -
CMYK 0 0.83 0.92 0.59
HSL 6.25º 0.86% 0.22% -
HSV(B) 6.25º 0.92% 0.41% -
XYZ 5.97 3.39 0.57 -
YUV 42.57 108.49 171.81 -
System Red Green Blue C M Y K H S L
Decimal 104 18 8 0 0.83 0.92 0.59 6.25 0.86 0.22
Hex 68 12 8 0 53 5C 3B 6 56 16
Octal 150 22 10 0 123 134 73 6 126 26
Binary 1101000 10010 1000 0 1010011 1011100 111011 110 1010110 10110

Color Harmonies of #681208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681208

Black with #681208

Text Example


Text Example

White with #681208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681208; }

 p { color: rgb(104,18,8); }

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

background-color css

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

 a { background-color: rgb(104,18,8); }

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

border-color css

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

 span { border-color: rgb(104,18,8); }

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