Html Css Color HEX #682318 Red Oxide

📋 copy color: '#682318'

red 104 ◦ green 35 ◦ blue 24

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

Shades of Red Oxide #682318

Tints of Red Oxide #682318

RGB

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

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

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

R = 63.8%
G = 21.47%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#682318 (or 0x682318) is known color: Red Oxide. HEX triplet: 68, 23 and 18. RGB value is (104,35,24). Sum of RGB (Red+Green+Blue) = 104+35+24=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #682318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682318 is #97DCE7. Grayscale: #363636. Windows color (decimal): -9952488 or 1581928. OLE color: 1581928.

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

Color convert

RGB 104 35 24 -
CMYK 0 0.66 0.77 0.59
HSL 8.25º 0.63% 0.25% -
HSV(B) 8.25º 0.77% 0.41% -
XYZ 6.47 4.21 1.34 -
YUV 54.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 104 35 24 0 0.66 0.77 0.59 8.25 0.63 0.25
Hex 68 23 18 0 42 4D 3B 8 3E 19
Octal 150 43 30 0 102 115 73 10 76 31
Binary 1101000 100011 11000 0 1000010 1001101 111011 1000 111110 11001

Color Harmonies of #682318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682318

Black with #682318

Text Example


Text Example

White with #682318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682318; }

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

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

background-color css

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

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

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

border-color css

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

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

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