Html Css Color HEX #682624 Red Oxide

📋 copy color: '#682624'

red 104 ◦ green 38 ◦ blue 36

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

Shades of Red Oxide #682624

Tints of Red Oxide #682624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.35%

 BLUE value IS 36 (14.45% from 255) = 20.22%

R = 58.43%
G = 21.35%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#682624 (or 0x682624) is known color: Red Oxide. HEX triplet: 68, 26 and 24. RGB value is (104,38,36). Sum of RGB (Red+Green+Blue) = 104+38+36=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #682624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682624 is #97D9DB. Grayscale: #393939. Windows color (decimal): -9951708 or 2369128. OLE color: 2369128.

HSL color Cylindrical-coordinate representation of color #682624: hue angle of 1.76º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682624 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 38 36 -
CMYK 0 0.63 0.65 0.59
HSL 1.76º 0.49% 0.27% -
HSV(B) 1.76º 0.65% 0.41% -
XYZ 6.72 4.46 2.18 -
YUV 57.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 104 38 36 0 0.63 0.65 0.59 1.76 0.49 0.27
Hex 68 26 24 0 3F 41 3B 2 31 1B
Octal 150 46 44 0 77 101 73 2 61 33
Binary 1101000 100110 100100 0 111111 1000001 111011 10 110001 11011

Color Harmonies of #682624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682624

Black with #682624

Text Example


Text Example

White with #682624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682624; }

 p { color: rgb(104,38,36); }

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

background-color css

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

 a { background-color: rgb(104,38,36); }

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

border-color css

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

 span { border-color: rgb(104,38,36); }

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