Html Css Color HEX #682317 Red Oxide

📋 copy color: '#682317'

red 104 ◦ green 35 ◦ blue 23

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

Shades of Red Oxide #682317

Tints of Red Oxide #682317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.2%

R = 64.2%
G = 21.6%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#682317 (or 0x682317) is known color: Red Oxide. HEX triplet: 68, 23 and 17. RGB value is (104,35,23). Sum of RGB (Red+Green+Blue) = 104+35+23=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #682317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682317 is #97DCE8. Grayscale: #363636. Windows color (decimal): -9952489 or 1516392. OLE color: 1516392.

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

Color convert

RGB 104 35 23 -
CMYK 0 0.66 0.78 0.59
HSL 8.89º 0.64% 0.25% -
HSV(B) 8.89º 0.78% 0.41% -
XYZ 6.46 4.21 1.28 -
YUV 54.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 104 35 23 0 0.66 0.78 0.59 8.89 0.64 0.25
Hex 68 23 17 0 42 4E 3B 9 40 19
Octal 150 43 27 0 102 116 73 11 100 31
Binary 1101000 100011 10111 0 1000010 1001110 111011 1001 1000000 11001

Color Harmonies of #682317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682317

Black with #682317

Text Example


Text Example

White with #682317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682317; }

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

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

background-color css

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

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

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

border-color css

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

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

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