Html Css Color HEX #682620 Red Oxide

📋 copy color: '#682620'

red 104 ◦ green 38 ◦ blue 32

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

Shades of Red Oxide #682620

Tints of Red Oxide #682620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.84%

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

R = 59.77%
G = 21.84%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#682620 (or 0x682620) is known color: Red Oxide. HEX triplet: 68, 26 and 20. RGB value is (104,38,32). Sum of RGB (Red+Green+Blue) = 104+38+32=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #682620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682620 is #97D9DF. Grayscale: #393939. Windows color (decimal): -9951712 or 2106984. OLE color: 2106984.

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

Color convert

RGB 104 38 32 -
CMYK 0 0.63 0.69 0.59
HSL 0.53% 0.27% -
HSV(B) 0.69% 0.41% -
XYZ 6.66 4.43 1.87 -
YUV 57.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 104 38 32 0 0.63 0.69 0.59 5 0.53 0.27
Hex 68 26 20 0 3F 45 3B 5 35 1B
Octal 150 46 40 0 77 105 73 5 65 33
Binary 1101000 100110 100000 0 111111 1000101 111011 101 110101 11011

Color Harmonies of #682620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682620

Black with #682620

Text Example


Text Example

White with #682620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682620; }

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

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

background-color css

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

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

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

border-color css

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

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

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