Html Css Color HEX #68200F Red Oxide

📋 copy color: '#68200F'

red 104 ◦ green 32 ◦ blue 15

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

Shades of Red Oxide #68200F

Tints of Red Oxide #68200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.19%

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

R = 68.87%
G = 21.19%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#68200F (or 0x68200F) is known color: Red Oxide. HEX triplet: 68, 20 and 0F. RGB value is (104,32,15). Sum of RGB (Red+Green+Blue) = 104+32+15=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68200F is #97DFF0. Grayscale: #333333. Windows color (decimal): -9953265 or 991336. OLE color: 991336.

HSL color Cylindrical-coordinate representation of color #68200F: hue angle of 11.46º 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 #68200F is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 32 15 -
CMYK 0 0.69 0.86 0.59
HSL 11.46º 0.75% 0.23% -
HSV(B) 11.46º 0.86% 0.41% -
XYZ 6.31 4.01 0.89 -
YUV 51.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 104 32 15 0 0.69 0.86 0.59 11.46 0.75 0.23
Hex 68 20 F 0 45 56 3B B 4B 17
Octal 150 40 17 0 105 126 73 13 113 27
Binary 1101000 100000 1111 0 1000101 1010110 111011 1011 1001011 10111

Color Harmonies of #68200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68200F

Black with #68200F

Text Example


Text Example

White with #68200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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