Html Css Color HEX #68140C Red Oxide

📋 copy color: '#68140C'

red 104 ◦ green 20 ◦ blue 12

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

Shades of Red Oxide #68140C

Tints of Red Oxide #68140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.82%

R = 76.47%
G = 14.71%
B = 8.82%

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

#68140C (or 0x68140C) is known color: Red Oxide. HEX triplet: 68, 14 and 0C. RGB value is (104,20,12). Sum of RGB (Red+Green+Blue) = 104+20+12=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #68140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68140C is #97EBF3. Grayscale: #2C2C2C. Windows color (decimal): -9956340 or 791656. OLE color: 791656.

HSL color Cylindrical-coordinate representation of color #68140C: hue angle of 5.22º degrees, saturation: 0.79, 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 #68140C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 12 -
CMYK 0 0.81 0.88 0.59
HSL 5.22º 0.79% 0.23% -
HSV(B) 5.22º 0.88% 0.41% -
XYZ 6.03 3.47 0.7 -
YUV 44.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 104 20 12 0 0.81 0.88 0.59 5.22 0.79 0.23
Hex 68 14 C 0 51 58 3B 5 4F 17
Octal 150 24 14 0 121 130 73 5 117 27
Binary 1101000 10100 1100 0 1010001 1011000 111011 101 1001111 10111

Color Harmonies of #68140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68140C

Black with #68140C

Text Example


Text Example

White with #68140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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