#6B201D

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

Shades of Red Oxide #6B201D

Tints of Red Oxide #6B201D

Color information

#6B201D (or 0x6B201D) is unknown color: approx Red Oxide. HEX triplet: 6B, 20 and 1D. RGB value is (107,32,29). Sum of RGB (Red+Green+Blue) = 107+32+29=168 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.69% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 107 - color contains mainly: red. Hex color #6B201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B201D is #94DFE2. Grayscale: #363636. Windows color (decimal): -9756643 or 1908843. OLE color: 1908843.

HSL color Cylindrical-coordinate representation of color #6B201D: hue angle of 2.31º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B201D is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB1073229-
CMYK00.700.730.58
HSL2.31º57.35%26.67%-
HSV(B)2.31º72.9%41.96%-
XYZ6.84.251.62-
YUV54.08113.85165.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 63.69%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=63.69%
G=19.05%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107322900.700.730.582.3157.3526.67
Hex6B201D046493A2391b
Octal153403501061117227133
Binary1101011100000111010100011010010011110101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B201D; }

 p { color: rgb(107,32,29); }

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

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

 a { background-color: rgb(107,32,29); }

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

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

 span { border-color: rgb(107,32,29); }

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