#682722

Color #682722 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #682722

Tints of Red Oxide #682722

Color information

#682722 (or 0x682722) is unknown color: approx Red Oxide. HEX triplet: 68, 27 and 22. RGB value is (104,39,34). Sum of RGB (Red+Green+Blue) = 104+39+34=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #682722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682722 is #97D8DD. Grayscale: #393939. Windows color (decimal): -9951454 or 2238312. OLE color: 2238312.

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

Color convert

RGB1043934-
CMYK00.620.670.59
HSL4.29º50.72%27.06%-
HSV(B)4.29º67.31%40.78%-
XYZ6.724.512.03-
YUV57.86114.53160.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.76%
GREEN value IS 39 (15.62% from 255) = 22.03%
BLUE value IS 34 (13.67% from 255) = 19.21%
R=58.76%
G=22.03%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104393400.620.670.594.2950.7227.06
Hex68272203E433B4331b
Octal15047420761037346333
Binary11010001001111000100111110100001111101110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682722; }

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

 H1.HeaderClassName
 {
   color: #682722;
 }
 .AnyTagClassName
 {
   color: #682722;
 }
</style>
background-color css

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

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

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

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

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

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