Html Css Color HEX #68221F Red Oxide

📋 copy color: '#68221F'

red 104 ◦ green 34 ◦ blue 31

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

Shades of Red Oxide #68221F

Tints of Red Oxide #68221F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.12%

 BLUE value IS 31 (12.5% from 255) = 18.34%

R = 61.54%
G = 20.12%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#68221F (or 0x68221F) is known color: Red Oxide. HEX triplet: 68, 22 and 1F. RGB value is (104,34,31). Sum of RGB (Red+Green+Blue) = 104+34+31=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68221F is #97DDE0. Grayscale: #363636. Windows color (decimal): -9952737 or 2040424. OLE color: 2040424.

HSL color Cylindrical-coordinate representation of color #68221F: hue angle of 2.47º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68221F is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 34 31 -
CMYK 0 0.67 0.70 0.59
HSL 2.47º 0.54% 0.26% -
HSV(B) 2.47º 0.7% 0.41% -
XYZ 6.53 4.19 1.76 -
YUV 54.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 104 34 31 0 0.67 0.70 0.59 2.47 0.54 0.26
Hex 68 22 1F 0 43 46 3B 2 36 1A
Octal 150 42 37 0 103 106 73 2 66 32
Binary 1101000 100010 11111 0 1000011 1000110 111011 10 110110 11010

Color Harmonies of #68221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68221F

Black with #68221F

Text Example


Text Example

White with #68221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,34,31); }

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

background-color css

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

 a { background-color: rgb(104,34,31); }

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

border-color css

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

 span { border-color: rgb(104,34,31); }

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