Html Css Color HEX #682623 Red Oxide

📋 copy color: '#682623'

red 104 ◦ green 38 ◦ blue 35

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

Shades of Red Oxide #682623

Tints of Red Oxide #682623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.77%

R = 58.76%
G = 21.47%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#682623 (or 0x682623) is known color: Red Oxide. HEX triplet: 68, 26 and 23. RGB value is (104,38,35). Sum of RGB (Red+Green+Blue) = 104+38+35=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #682623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682623 is #97D9DC. Grayscale: #393939. Windows color (decimal): -9951709 or 2303592. OLE color: 2303592.

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

Color convert

RGB 104 38 35 -
CMYK 0 0.63 0.66 0.59
HSL 2.61º 0.5% 0.27% -
HSV(B) 2.61º 0.66% 0.41% -
XYZ 6.71 4.45 2.1 -
YUV 57.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 104 38 35 0 0.63 0.66 0.59 2.61 0.5 0.27
Hex 68 26 23 0 3F 42 3B 3 32 1B
Octal 150 46 43 0 77 102 73 3 62 33
Binary 1101000 100110 100011 0 111111 1000010 111011 11 110010 11011

Color Harmonies of #682623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682623

Black with #682623

Text Example


Text Example

White with #682623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682623; }

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

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

background-color css

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

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

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

border-color css

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

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

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