Html Css Color HEX #682217 Red Oxide

📋 copy color: '#682217'

red 104 ◦ green 34 ◦ blue 23

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

Shades of Red Oxide #682217

Tints of Red Oxide #682217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.12%

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

R = 64.6%
G = 21.12%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#682217 (or 0x682217) is known color: Red Oxide. HEX triplet: 68, 22 and 17. RGB value is (104,34,23). Sum of RGB (Red+Green+Blue) = 104+34+23=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #682217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682217 is #97DDE8. Grayscale: #353535. Windows color (decimal): -9952745 or 1516136. OLE color: 1516136.

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

Color convert

RGB 104 34 23 -
CMYK 0 0.67 0.78 0.59
HSL 8.15º 0.64% 0.25% -
HSV(B) 8.15º 0.78% 0.41% -
XYZ 6.44 4.15 1.27 -
YUV 53.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 104 34 23 0 0.67 0.78 0.59 8.15 0.64 0.25
Hex 68 22 17 0 43 4E 3B 8 40 19
Octal 150 42 27 0 103 116 73 10 100 31
Binary 1101000 100010 10111 0 1000011 1001110 111011 1000 1000000 11001

Color Harmonies of #682217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682217

Black with #682217

Text Example


Text Example

White with #682217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682217; }

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

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

background-color css

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

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

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

border-color css

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

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

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