#68251F

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

Shades of Red Oxide #68251F

Tints of Red Oxide #68251F

Color information

#68251F (or 0x68251F) is unknown color: approx Red Oxide. HEX triplet: 68, 25 and 1F. RGB value is (104,37,31). Sum of RGB (Red+Green+Blue) = 104+37+31=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68251F is #97DAE0. Grayscale: #383838. Windows color (decimal): -9951969 or 2041192. OLE color: 2041192.

HSL color Cylindrical-coordinate representation of color #68251F: hue angle of 4.93º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68251F is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1043731-
CMYK00.640.700.59
HSL4.93º54.07%26.47%-
HSV(B)4.93º70.19%40.78%-
XYZ6.624.371.79-
YUV56.35113.7161.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.47%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 31 (12.5% from 255) = 18.02%
R=60.47%
G=21.51%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104373100.640.700.594.9354.0726.47
Hex68251F040463B5361a
Octal150453701001067356632
Binary11010001001011111101000000100011011101110111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68251F; }

 p { color: rgb(104,37,31); }

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

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

 a { background-color: rgb(104,37,31); }

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

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

 span { border-color: rgb(104,37,31); }

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