Html Css Color HEX #68140F Red Oxide

📋 copy color: '#68140F'

red 104 ◦ green 20 ◦ blue 15

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

Shades of Red Oxide #68140F

Tints of Red Oxide #68140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.79%

R = 74.82%
G = 14.39%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#68140F (or 0x68140F) is known color: Red Oxide. HEX triplet: 68, 14 and 0F. RGB value is (104,20,15). Sum of RGB (Red+Green+Blue) = 104+20+15=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #68140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68140F is #97EBF0. Grayscale: #2C2C2C. Windows color (decimal): -9956337 or 988264. OLE color: 988264.

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

Color convert

RGB 104 20 15 -
CMYK 0 0.81 0.86 0.59
HSL 3.37º 0.75% 0.23% -
HSV(B) 3.37º 0.86% 0.41% -
XYZ 6.05 3.48 0.8 -
YUV 44.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 104 20 15 0 0.81 0.86 0.59 3.37 0.75 0.23
Hex 68 14 F 0 51 56 3B 3 4B 17
Octal 150 24 17 0 121 126 73 3 113 27
Binary 1101000 10100 1111 0 1010001 1010110 111011 11 1001011 10111

Color Harmonies of #68140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68140F

Black with #68140F

Text Example


Text Example

White with #68140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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