#6B251D

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

Shades of Red Oxide #6B251D

Tints of Red Oxide #6B251D

Color information

#6B251D (or 0x6B251D) is unknown color: approx Red Oxide. HEX triplet: 6B, 25 and 1D. RGB value is (107,37,29). Sum of RGB (Red+Green+Blue) = 107+37+29=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B251D is #94DAE2. Grayscale: #393939. Windows color (decimal): -9755363 or 1910123. OLE color: 1910123.

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

Color convert

RGB1073729-
CMYK00.650.730.58
HSL6.15º57.35%26.67%-
HSV(B)6.15º72.9%41.96%-
XYZ6.954.541.67-
YUV57.02112.19163.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 61.85%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=61.85%
G=21.39%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107372900.650.730.586.1557.3526.67
Hex6B251D041493A6391b
Octal153453501011117267133
Binary11010111001011110101000001100100111101011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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