Html Css Color HEX #682320 Red Oxide

📋 copy color: '#682320'

red 104 ◦ green 35 ◦ blue 32

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

Shades of Red Oxide #682320

Tints of Red Oxide #682320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 60.82%
G = 20.47%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#682320 (or 0x682320) is known color: Red Oxide. HEX triplet: 68, 23 and 20. RGB value is (104,35,32). Sum of RGB (Red+Green+Blue) = 104+35+32=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #682320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682320 is #97DCDF. Grayscale: #373737. Windows color (decimal): -9952480 or 2106216. OLE color: 2106216.

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

Color convert

RGB 104 35 32 -
CMYK 0 0.66 0.69 0.59
HSL 2.5º 0.53% 0.27% -
HSV(B) 2.5º 0.69% 0.41% -
XYZ 6.57 4.25 1.84 -
YUV 55.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 104 35 32 0 0.66 0.69 0.59 2.5 0.53 0.27
Hex 68 23 20 0 42 45 3B 2 35 1B
Octal 150 43 40 0 102 105 73 2 65 33
Binary 1101000 100011 100000 0 1000010 1000101 111011 10 110101 11011

Color Harmonies of #682320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682320

Black with #682320

Text Example


Text Example

White with #682320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682320; }

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

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

background-color css

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

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

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

border-color css

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

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

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