Html Css Color HEX #68160C Red Oxide

📋 copy color: '#68160C'

red 104 ◦ green 22 ◦ blue 12

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

Shades of Red Oxide #68160C

Tints of Red Oxide #68160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.94%

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

R = 75.36%
G = 15.94%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68160C (or 0x68160C) is known color: Red Oxide. HEX triplet: 68, 16 and 0C. RGB value is (104,22,12). Sum of RGB (Red+Green+Blue) = 104+22+12=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #68160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68160C is #97E9F3. Grayscale: #2D2D2D. Windows color (decimal): -9955828 or 792168. OLE color: 792168.

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

Color convert

RGB 104 22 12 -
CMYK 0 0.79 0.88 0.59
HSL 6.52º 0.79% 0.23% -
HSV(B) 6.52º 0.88% 0.41% -
XYZ 6.06 3.54 0.71 -
YUV 45.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 104 22 12 0 0.79 0.88 0.59 6.52 0.79 0.23
Hex 68 16 C 0 4F 58 3B 7 4F 17
Octal 150 26 14 0 117 130 73 7 117 27
Binary 1101000 10110 1100 0 1001111 1011000 111011 111 1001111 10111

Color Harmonies of #68160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68160C

Black with #68160C

Text Example


Text Example

White with #68160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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