Html Css Color HEX #68221E Red Oxide

📋 copy color: '#68221E'

red 104 ◦ green 34 ◦ blue 30

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

Shades of Red Oxide #68221E

Tints of Red Oxide #68221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.86%

R = 61.9%
G = 20.24%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#68221E (or 0x68221E) is known color: Red Oxide. HEX triplet: 68, 22 and 1E. RGB value is (104,34,30). Sum of RGB (Red+Green+Blue) = 104+34+30=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68221E is #97DDE1. Grayscale: #363636. Windows color (decimal): -9952738 or 1974888. OLE color: 1974888.

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

Color convert

RGB 104 34 30 -
CMYK 0 0.67 0.71 0.59
HSL 3.24º 0.55% 0.26% -
HSV(B) 3.24º 0.71% 0.41% -
XYZ 6.52 4.18 1.69 -
YUV 54.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 104 34 30 0 0.67 0.71 0.59 3.24 0.55 0.26
Hex 68 22 1E 0 43 47 3B 3 37 1A
Octal 150 42 36 0 103 107 73 3 67 32
Binary 1101000 100010 11110 0 1000011 1000111 111011 11 110111 11010

Color Harmonies of #68221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68221E

Black with #68221E

Text Example


Text Example

White with #68221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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