Html Css Color HEX #682018 Red Oxide

📋 copy color: '#682018'

red 104 ◦ green 32 ◦ blue 24

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

Shades of Red Oxide #682018

Tints of Red Oxide #682018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15%

R = 65%
G = 20%
B = 15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#682018 (or 0x682018) is known color: Red Oxide. HEX triplet: 68, 20 and 18. RGB value is (104,32,24). Sum of RGB (Red+Green+Blue) = 104+32+24=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #682018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682018 is #97DFE7. Grayscale: #343434. Windows color (decimal): -9953256 or 1581160. OLE color: 1581160.

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

Color convert

RGB 104 32 24 -
CMYK 0 0.69 0.77 0.59
HSL 0.63% 0.25% -
HSV(B) 0.77% 0.41% -
XYZ 6.39 4.04 1.31 -
YUV 52.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 104 32 24 0 0.69 0.77 0.59 6 0.63 0.25
Hex 68 20 18 0 45 4D 3B 6 3E 19
Octal 150 40 30 0 105 115 73 6 76 31
Binary 1101000 100000 11000 0 1000101 1001101 111011 110 111110 11001

Color Harmonies of #682018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682018

Black with #682018

Text Example


Text Example

White with #682018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682018; }

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

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

background-color css

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

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

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

border-color css

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

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

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