Html Css Color HEX #68140D Red Oxide

📋 copy color: '#68140D'

red 104 ◦ green 20 ◦ blue 13

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

Shades of Red Oxide #68140D

Tints of Red Oxide #68140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.6%

 BLUE value IS 13 (5.47% from 255) = 9.49%

R = 75.91%
G = 14.6%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68140D (or 0x68140D) is known color: Red Oxide. HEX triplet: 68, 14 and 0D. RGB value is (104,20,13). Sum of RGB (Red+Green+Blue) = 104+20+13=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #68140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68140D is #97EBF2. Grayscale: #2C2C2C. Windows color (decimal): -9956339 or 857192. OLE color: 857192.

HSL color Cylindrical-coordinate representation of color #68140D: hue angle of 4.62º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68140D is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 13 -
CMYK 0 0.81 0.88 0.59
HSL 4.62º 0.78% 0.23% -
HSV(B) 4.62º 0.88% 0.41% -
XYZ 6.03 3.47 0.73 -
YUV 44.32 110.33 170.57 -
System Red Green Blue C M Y K H S L
Decimal 104 20 13 0 0.81 0.88 0.59 4.62 0.78 0.23
Hex 68 14 D 0 51 58 3B 5 4E 17
Octal 150 24 15 0 121 130 73 5 116 27
Binary 1101000 10100 1101 0 1010001 1011000 111011 101 1001110 10111

Color Harmonies of #68140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68140D

Black with #68140D

Text Example


Text Example

White with #68140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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