Html Css Color HEX #681C04 Red Oxide

📋 copy color: '#681C04'

red 104 ◦ green 28 ◦ blue 4

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

Shades of Red Oxide #681C04

Tints of Red Oxide #681C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.94%

R = 76.47%
G = 20.59%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#681C04 (or 0x681C04) is known color: Red Oxide. HEX triplet: 68, 1C and 04. RGB value is (104,28,4). Sum of RGB (Red+Green+Blue) = 104+28+4=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #681C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C04 is #97E3FB. Grayscale: #303030. Windows color (decimal): -9954300 or 269416. OLE color: 269416.

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

Color convert

RGB 104 28 4 -
CMYK 0 0.73 0.96 0.59
HSL 14.4º 0.93% 0.21% -
HSV(B) 14.4º 0.96% 0.41% -
XYZ 6.15 3.78 0.52 -
YUV 47.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 104 28 4 0 0.73 0.96 0.59 14.4 0.93 0.21
Hex 68 1C 4 0 49 60 3B E 5D 15
Octal 150 34 4 0 111 140 73 16 135 25
Binary 1101000 11100 100 0 1001001 1100000 111011 1110 1011101 10101

Color Harmonies of #681C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C04

Black with #681C04

Text Example


Text Example

White with #681C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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