Html Css Color HEX #681C0C Red Oxide

📋 copy color: '#681C0C'

red 104 ◦ green 28 ◦ blue 12

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

Shades of Red Oxide #681C0C

Tints of Red Oxide #681C0C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.44%

 BLUE value IS 12 (5.08% from 255) = 8.33%

R = 72.22%
G = 19.44%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#681C0C (or 0x681C0C) is known color: Red Oxide. HEX triplet: 68, 1C and 0C. RGB value is (104,28,12). Sum of RGB (Red+Green+Blue) = 104+28+12=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #681C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C0C is #97E3F3. Grayscale: #313131. Windows color (decimal): -9954292 or 793704. OLE color: 793704.

HSL color Cylindrical-coordinate representation of color #681C0C: hue angle of 10.43º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681C0C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 28 12 -
CMYK 0 0.73 0.88 0.59
HSL 10.43º 0.79% 0.23% -
HSV(B) 10.43º 0.88% 0.41% -
XYZ 6.19 3.8 0.76 -
YUV 48.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 104 28 12 0 0.73 0.88 0.59 10.43 0.79 0.23
Hex 68 1C C 0 49 58 3B A 4F 17
Octal 150 34 14 0 111 130 73 12 117 27
Binary 1101000 11100 1100 0 1001001 1011000 111011 1010 1001111 10111

Color Harmonies of #681C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C0C

Black with #681C0C

Text Example


Text Example

White with #681C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681C0C; }

 p { color: rgb(104,28,12); }

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

background-color css

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

 a { background-color: rgb(104,28,12); }

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

border-color css

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

 span { border-color: rgb(104,28,12); }

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