#67231A

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

Shades of Red Oxide #67231A

Tints of Red Oxide #67231A

Color information

#67231A (or 0x67231A) is unknown color: approx Red Oxide. HEX triplet: 67, 23 and 1A. RGB value is (103,35,26). Sum of RGB (Red+Green+Blue) = 103+35+26=164 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.80% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 103 - color contains mainly: red. Hex color #67231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67231A is #98DCE5. Grayscale: #363636. Windows color (decimal): -10018022 or 1712999. OLE color: 1712999.

HSL color Cylindrical-coordinate representation of color #67231A: hue angle of 7.01º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67231A is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1033526-
CMYK00.660.750.60
HSL7.01º59.69%25.29%-
HSV(B)7.01º74.76%40.39%-
XYZ6.384.161.44-
YUV54.31112.03162.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 62.80%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 26 (10.55% from 255) = 15.85%
R=62.80%
G=21.34%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103352600.660.750.607.0159.6925.29
Hex67231A0424B3C73c19
Octal147433201021137477431
Binary11001111000111101001000010100101111110011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67231A; }

 p { color: rgb(103,35,26); }

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

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

 a { background-color: rgb(103,35,26); }

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

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

 span { border-color: rgb(103,35,26); }

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