Html Css Color HEX #682013 Red Oxide

📋 copy color: '#682013'

red 104 ◦ green 32 ◦ blue 19

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

Shades of Red Oxide #682013

Tints of Red Oxide #682013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

 BLUE value IS 19 (7.81% from 255) = 12.26%

R = 67.1%
G = 20.65%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#682013 (or 0x682013) is known color: Red Oxide. HEX triplet: 68, 20 and 13. RGB value is (104,32,19). Sum of RGB (Red+Green+Blue) = 104+32+19=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #682013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682013 is #97DFEC. Grayscale: #343434. Windows color (decimal): -9953261 or 1253480. OLE color: 1253480.

HSL color Cylindrical-coordinate representation of color #682013: hue angle of 9.18º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #682013 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 32 19 -
CMYK 0 0.69 0.82 0.59
HSL 9.18º 0.69% 0.24% -
HSV(B) 9.18º 0.82% 0.41% -
XYZ 6.34 4.02 1.06 -
YUV 52.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 104 32 19 0 0.69 0.82 0.59 9.18 0.69 0.24
Hex 68 20 13 0 45 52 3B 9 45 18
Octal 150 40 23 0 105 122 73 11 105 30
Binary 1101000 100000 10011 0 1000101 1010010 111011 1001 1000101 11000

Color Harmonies of #682013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682013

Black with #682013

Text Example


Text Example

White with #682013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682013; }

 p { color: rgb(104,32,19); }

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

background-color css

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

 a { background-color: rgb(104,32,19); }

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

border-color css

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

 span { border-color: rgb(104,32,19); }

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