Html Css Color HEX #682114 Red Oxide

📋 copy color: '#682114'

red 104 ◦ green 33 ◦ blue 20

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

Shades of Red Oxide #682114

Tints of Red Oxide #682114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.02%

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

R = 66.24%
G = 21.02%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#682114 (or 0x682114) is known color: Red Oxide. HEX triplet: 68, 21 and 14. RGB value is (104,33,20). Sum of RGB (Red+Green+Blue) = 104+33+20=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #682114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682114 is #97DEEB. Grayscale: #343434. Windows color (decimal): -9953004 or 1319272. OLE color: 1319272.

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

Color convert

RGB 104 33 20 -
CMYK 0 0.68 0.81 0.59
HSL 9.29º 0.68% 0.24% -
HSV(B) 9.29º 0.81% 0.41% -
XYZ 6.38 4.08 1.11 -
YUV 52.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 104 33 20 0 0.68 0.81 0.59 9.29 0.68 0.24
Hex 68 21 14 0 44 51 3B 9 44 18
Octal 150 41 24 0 104 121 73 11 104 30
Binary 1101000 100001 10100 0 1000100 1010001 111011 1001 1000100 11000

Color Harmonies of #682114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682114

Black with #682114

Text Example


Text Example

White with #682114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682114; }

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

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

background-color css

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

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

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

border-color css

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

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

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