#6B1D07

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

Shades of Red Oxide #6B1D07

Tints of Red Oxide #6B1D07

Color information

#6B1D07 (or 0x6B1D07) is unknown color: approx Red Oxide. HEX triplet: 6B, 1D and 07. RGB value is (107,29,7). Sum of RGB (Red+Green+Blue) = 107+29+7=143 (18% of max value = 765). Red value is 107 (42.19% from 255 or 74.83% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1D07 is #94E2F8. Grayscale: #313131. Windows color (decimal): -9757433 or 466283. OLE color: 466283.

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

Color convert

RGB107297-
CMYK00.730.930.58
HSL13.2º87.72%22.35%-
HSV(B)13.2º93.46%41.96%-
XYZ6.544.020.63-
YUV49.81103.84168.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 74.83%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 7 (3.12% from 255) = 4.90%
R=74.83%
G=20.28%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10729700.730.930.5813.287.7222.35
Hex6B1D70495D3Ad5816
Octal1533570111135721513026
Binary1101011111011110100100110111011110101101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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