Html Css Color HEX #682322 Red Oxide

📋 copy color: '#682322'

red 104 ◦ green 35 ◦ blue 34

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

Shades of Red Oxide #682322

Tints of Red Oxide #682322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.23%

 BLUE value IS 34 (13.67% from 255) = 19.65%

R = 60.12%
G = 20.23%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#682322 (or 0x682322) is known color: Red Oxide. HEX triplet: 68, 23 and 22. RGB value is (104,35,34). Sum of RGB (Red+Green+Blue) = 104+35+34=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #682322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682322 is #97DCDD. Grayscale: #373737. Windows color (decimal): -9952478 or 2237288. OLE color: 2237288.

HSL color Cylindrical-coordinate representation of color #682322: hue angle of 0.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #682322 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 35 34 -
CMYK 0 0.66 0.67 0.59
HSL 0.86º 0.51% 0.27% -
HSV(B) 0.86º 0.67% 0.41% -
XYZ 6.6 4.26 1.99 -
YUV 55.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 104 35 34 0 0.66 0.67 0.59 0.86 0.51 0.27
Hex 68 23 22 0 42 43 3B 1 33 1B
Octal 150 43 42 0 102 103 73 1 63 33
Binary 1101000 100011 100010 0 1000010 1000011 111011 1 110011 11011

Color Harmonies of #682322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682322

Black with #682322

Text Example


Text Example

White with #682322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682322; }

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

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

background-color css

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

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

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

border-color css

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

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

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