Html Css Color HEX #681C05 Red Oxide

📋 copy color: '#681C05'

red 104 ◦ green 28 ◦ blue 5

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

Shades of Red Oxide #681C05

Tints of Red Oxide #681C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.65%

R = 75.91%
G = 20.44%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#681C05 (or 0x681C05) is known color: Red Oxide. HEX triplet: 68, 1C and 05. RGB value is (104,28,5). Sum of RGB (Red+Green+Blue) = 104+28+5=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #681C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C05 is #97E3FA. Grayscale: #303030. Windows color (decimal): -9954299 or 334952. OLE color: 334952.

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

Color convert

RGB 104 28 5 -
CMYK 0 0.73 0.95 0.59
HSL 13.94º 0.91% 0.21% -
HSV(B) 13.94º 0.95% 0.41% -
XYZ 6.15 3.78 0.55 -
YUV 48.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 104 28 5 0 0.73 0.95 0.59 13.94 0.91 0.21
Hex 68 1C 5 0 49 5F 3B E 5B 15
Octal 150 34 5 0 111 137 73 16 133 25
Binary 1101000 11100 101 0 1001001 1011111 111011 1110 1011011 10101

Color Harmonies of #681C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C05

Black with #681C05

Text Example


Text Example

White with #681C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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