#6B1B14

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

Shades of Red Oxide #6B1B14

Tints of Red Oxide #6B1B14

Color information

#6B1B14 (or 0x6B1B14) is unknown color: approx Red Oxide. HEX triplet: 6B, 1B and 14. RGB value is (107,27,20). Sum of RGB (Red+Green+Blue) = 107+27+20=154 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.48% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1B14 is #94E4EB. Grayscale: #323232. Windows color (decimal): -9757932 or 1317739. OLE color: 1317739.

HSL color Cylindrical-coordinate representation of color #6B1B14: hue angle of 4.83º 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 #6B1B14 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB1072720-
CMYK00.750.810.58
HSL4.83º68.5%24.9%-
HSV(B)4.83º81.31%41.96%-
XYZ6.583.961.08-
YUV50.12111168.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 69.48%
GREEN value IS 27 (10.94% from 255) = 17.53%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=69.48%
G=17.53%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107272000.750.810.584.8368.524.9
Hex6B1B1404B513A54519
Octal1533324011312172510531
Binary11010111101110100010010111010001111010101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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