Html Css Color HEX #682117 Red Oxide

📋 copy color: '#682117'

red 104 ◦ green 33 ◦ blue 23

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

Shades of Red Oxide #682117

Tints of Red Oxide #682117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.63%

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

R = 65%
G = 20.63%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#682117 (or 0x682117) is known color: Red Oxide. HEX triplet: 68, 21 and 17. RGB value is (104,33,23). Sum of RGB (Red+Green+Blue) = 104+33+23=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #682117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682117 is #97DEE8. Grayscale: #353535. Windows color (decimal): -9953001 or 1515880. OLE color: 1515880.

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

Color convert

RGB 104 33 23 -
CMYK 0 0.68 0.78 0.59
HSL 7.41º 0.64% 0.25% -
HSV(B) 7.41º 0.78% 0.41% -
XYZ 6.41 4.09 1.26 -
YUV 53.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 104 33 23 0 0.68 0.78 0.59 7.41 0.64 0.25
Hex 68 21 17 0 44 4E 3B 7 40 19
Octal 150 41 27 0 104 116 73 7 100 31
Binary 1101000 100001 10111 0 1000100 1001110 111011 111 1000000 11001

Color Harmonies of #682117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682117

Black with #682117

Text Example


Text Example

White with #682117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682117; }

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

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

background-color css

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

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

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

border-color css

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

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

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