#6B2014

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

Shades of Red Oxide #6B2014

Tints of Red Oxide #6B2014

Color information

#6B2014 (or 0x6B2014) is unknown color: approx Red Oxide. HEX triplet: 6B, 20 and 14. RGB value is (107,32,20). Sum of RGB (Red+Green+Blue) = 107+32+20=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2014 is #94DFEB. Grayscale: #353535. Windows color (decimal): -9756652 or 1319019. OLE color: 1319019.

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

Color convert

RGB1073220-
CMYK00.700.810.58
HSL8.28º68.5%24.9%-
HSV(B)8.28º81.31%41.96%-
XYZ6.714.211.12-
YUV53.06109.35166.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 67.30%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=67.30%
G=20.13%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107322000.700.810.588.2868.524.9
Hex6B2014046513A84519
Octal15340240106121721010531
Binary1101011100000101000100011010100011110101000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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