#6B201B

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

Shades of Red Oxide #6B201B

Tints of Red Oxide #6B201B

Color information

#6B201B (or 0x6B201B) is unknown color: approx Red Oxide. HEX triplet: 6B, 20 and 1B. RGB value is (107,32,27). Sum of RGB (Red+Green+Blue) = 107+32+27=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B201B is #94DFE4. Grayscale: #353535. Windows color (decimal): -9756645 or 1777771. OLE color: 1777771.

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

Color convert

RGB1073227-
CMYK00.700.750.58
HSL3.75º59.7%26.27%-
HSV(B)3.75º74.77%41.96%-
XYZ6.784.241.5-
YUV53.86112.85165.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 64.46%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=64.46%
G=19.28%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107322700.700.750.583.7559.726.27
Hex6B201B0464B3A43c1a
Octal153403301061137247432
Binary11010111000001101101000110100101111101010011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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