Html Css Color HEX #681505 Red Oxide

📋 copy color: '#681505'

red 104 ◦ green 21 ◦ blue 5

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

Shades of Red Oxide #681505

Tints of Red Oxide #681505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

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

R = 80%
G = 16.15%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#681505 (or 0x681505) is known color: Red Oxide. HEX triplet: 68, 15 and 05. RGB value is (104,21,5). Sum of RGB (Red+Green+Blue) = 104+21+5=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #681505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681505 is #97EAFA. Grayscale: #2C2C2C. Windows color (decimal): -9956091 or 333160. OLE color: 333160.

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

Color convert

RGB 104 21 5 -
CMYK 0 0.80 0.95 0.59
HSL 9.7º 0.91% 0.21% -
HSV(B) 9.7º 0.95% 0.41% -
XYZ 6 3.49 0.5 -
YUV 43.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 104 21 5 0 0.80 0.95 0.59 9.7 0.91 0.21
Hex 68 15 5 0 50 5F 3B A 5B 15
Octal 150 25 5 0 120 137 73 12 133 25
Binary 1101000 10101 101 0 1010000 1011111 111011 1010 1011011 10101

Color Harmonies of #681505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681505

Black with #681505

Text Example


Text Example

White with #681505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681505; }

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

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

background-color css

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

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

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

border-color css

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

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

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