Html Css Color HEX #682014 Red Oxide

📋 copy color: '#682014'

red 104 ◦ green 32 ◦ blue 20

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

Shades of Red Oxide #682014

Tints of Red Oxide #682014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.82%

R = 66.67%
G = 20.51%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#682014 (or 0x682014) is known color: Red Oxide. HEX triplet: 68, 20 and 14. RGB value is (104,32,20). Sum of RGB (Red+Green+Blue) = 104+32+20=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #682014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682014 is #97DFEB. Grayscale: #343434. Windows color (decimal): -9953260 or 1319016. OLE color: 1319016.

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

Color convert

RGB 104 32 20 -
CMYK 0 0.69 0.81 0.59
HSL 8.57º 0.68% 0.24% -
HSV(B) 8.57º 0.81% 0.41% -
XYZ 6.35 4.03 1.1 -
YUV 52.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 104 32 20 0 0.69 0.81 0.59 8.57 0.68 0.24
Hex 68 20 14 0 45 51 3B 9 44 18
Octal 150 40 24 0 105 121 73 11 104 30
Binary 1101000 100000 10100 0 1000101 1010001 111011 1001 1000100 11000

Color Harmonies of #682014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682014

Black with #682014

Text Example


Text Example

White with #682014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682014; }

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

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

background-color css

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

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

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

border-color css

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

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

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