#67221A

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

Shades of Red Oxide #67221A

Tints of Red Oxide #67221A

Color information

#67221A (or 0x67221A) is unknown color: approx Red Oxide. HEX triplet: 67, 22 and 1A. RGB value is (103,34,26). Sum of RGB (Red+Green+Blue) = 103+34+26=163 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.19% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 103 - color contains mainly: red. Hex color #67221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67221A is #98DDE5. Grayscale: #353535. Windows color (decimal): -10018278 or 1712743. OLE color: 1712743.

HSL color Cylindrical-coordinate representation of color #67221A: hue angle of 6.23º 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 #67221A is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1033426-
CMYK00.670.750.60
HSL6.23º59.69%25.29%-
HSV(B)6.23º74.76%40.39%-
XYZ6.354.11.43-
YUV53.72112.36163.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.19%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=63.19%
G=20.86%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103342600.670.750.606.2359.6925.29
Hex67221A0434B3C63c19
Octal147423201031137467431
Binary11001111000101101001000011100101111110011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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