Html Css Color HEX #6B1D10 Red Oxide

📋 copy color: '#6B1D10'

red 107 ◦ green 29 ◦ blue 16

#6B1D10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #6B1D10

Tints of Red Oxide #6B1D10

RGB

 RED value IS 107 (42.19% from 255) = 70.39%

 GREEN value IS 29 (11.72% from 255) = 19.08%

 BLUE value IS 16 (6.64% from 255) = 10.53%

R = 70.39%
G = 19.08%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.58

RGB Variations

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

Color information

#6B1D10 (or 0x6B1D10) is known color: Red Oxide. HEX triplet: 6B, 1D and 10. RGB value is (107,29,16). Sum of RGB (Red+Green+Blue) = 107+29+16=152 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.39% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1D10 is #94E2EF. Grayscale: #323232. Windows color (decimal): -9757424 or 1056107. OLE color: 1056107.

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

Color convert

RGB 107 29 16 -
CMYK 0 0.73 0.85 0.58
HSL 8.57º 0.74% 0.24% -
HSV(B) 8.57º 0.85% 0.42% -
XYZ 6.6 4.04 0.92 -
YUV 50.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 107 29 16 0 0.73 0.85 0.58 8.57 0.74 0.24
Hex 6B 1D 10 0 49 55 3A 9 4A 18
Octal 153 35 20 0 111 125 72 11 112 30
Binary 1101011 11101 10000 0 1001001 1010101 111010 1001 1001010 11000

Color Harmonies of #6B1D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1D10

Black with #6B1D10

Text Example


Text Example

White with #6B1D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B1D10;
 }
 .AnyTagClassName
 {
   color: #6B1D10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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