Html Css Color HEX #681C03 Red Oxide

📋 copy color: '#681C03'

red 104 ◦ green 28 ◦ blue 3

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

Shades of Red Oxide #681C03

Tints of Red Oxide #681C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.22%

R = 77.04%
G = 20.74%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#681C03 (or 0x681C03) is known color: Red Oxide. HEX triplet: 68, 1C and 03. RGB value is (104,28,3). Sum of RGB (Red+Green+Blue) = 104+28+3=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #681C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C03 is #97E3FC. Grayscale: #303030. Windows color (decimal): -9954301 or 203880. OLE color: 203880.

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

Color convert

RGB 104 28 3 -
CMYK 0 0.73 0.97 0.59
HSL 14.85º 0.94% 0.21% -
HSV(B) 14.85º 0.97% 0.41% -
XYZ 6.14 3.78 0.49 -
YUV 47.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 104 28 3 0 0.73 0.97 0.59 14.85 0.94 0.21
Hex 68 1C 3 0 49 61 3B F 5E 15
Octal 150 34 3 0 111 141 73 17 136 25
Binary 1101000 11100 11 0 1001001 1100001 111011 1111 1011110 10101

Color Harmonies of #681C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C03

Black with #681C03

Text Example


Text Example

White with #681C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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