Html Css Color HEX #682016 Red Oxide

📋 copy color: '#682016'

red 104 ◦ green 32 ◦ blue 22

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

Shades of Red Oxide #682016

Tints of Red Oxide #682016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.25%

 BLUE value IS 22 (8.98% from 255) = 13.92%

R = 65.82%
G = 20.25%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#682016 (or 0x682016) is known color: Red Oxide. HEX triplet: 68, 20 and 16. RGB value is (104,32,22). Sum of RGB (Red+Green+Blue) = 104+32+22=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #682016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682016 is #97DFE9. Grayscale: #343434. Windows color (decimal): -9953258 or 1450088. OLE color: 1450088.

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

Color convert

RGB 104 32 22 -
CMYK 0 0.69 0.79 0.59
HSL 7.32º 0.65% 0.25% -
HSV(B) 7.32º 0.79% 0.41% -
XYZ 6.37 4.03 1.2 -
YUV 52.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 104 32 22 0 0.69 0.79 0.59 7.32 0.65 0.25
Hex 68 20 16 0 45 4F 3B 7 41 19
Octal 150 40 26 0 105 117 73 7 101 31
Binary 1101000 100000 10110 0 1000101 1001111 111011 111 1000001 11001

Color Harmonies of #682016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682016

Black with #682016

Text Example


Text Example

White with #682016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682016; }

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

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

background-color css

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

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

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

border-color css

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

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

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