Html Css Color HEX #6B160D Red Oxide

📋 copy color: '#6B160D'

red 107 ◦ green 22 ◦ blue 13

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

Shades of Red Oxide #6B160D

Tints of Red Oxide #6B160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.49%

 BLUE value IS 13 (5.47% from 255) = 9.15%

R = 75.35%
G = 15.49%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B160D (or 0x6B160D) is known color: Red Oxide. HEX triplet: 6B, 16 and 0D. RGB value is (107,22,13). Sum of RGB (Red+Green+Blue) = 107+22+13=142 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.35% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 107 - color contains mainly: red. Hex color #6B160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B160D is #94E9F2. Grayscale: #2E2E2E. Windows color (decimal): -9759219 or 857707. OLE color: 857707.

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

Color convert

RGB 107 22 13 -
CMYK 0 0.79 0.88 0.58
HSL 5.74º 0.78% 0.24% -
HSV(B) 5.74º 0.88% 0.42% -
XYZ 6.42 3.73 0.76 -
YUV 46.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 107 22 13 0 0.79 0.88 0.58 5.74 0.78 0.24
Hex 6B 16 D 0 4F 58 3A 6 4E 18
Octal 153 26 15 0 117 130 72 6 116 30
Binary 1101011 10110 1101 0 1001111 1011000 111010 110 1001110 11000

Color Harmonies of #6B160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B160D

Black with #6B160D

Text Example


Text Example

White with #6B160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,22,13); }

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

background-color css

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

 a { background-color: rgb(107,22,13); }

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

border-color css

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

 span { border-color: rgb(107,22,13); }

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