Html Css Color HEX #6B170D Red Oxide

📋 copy color: '#6B170D'

red 107 ◦ green 23 ◦ blue 13

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

Shades of Red Oxide #6B170D

Tints of Red Oxide #6B170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.08%

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

R = 74.83%
G = 16.08%
B = 9.09%

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

#6B170D (or 0x6B170D) is known color: Red Oxide. HEX triplet: 6B, 17 and 0D. RGB value is (107,23,13). Sum of RGB (Red+Green+Blue) = 107+23+13=143 (18% of max value = 765). Red value is 107 (42.19% from 255 or 74.83% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 107 - color contains mainly: red. Hex color #6B170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B170D is #94E8F2. Grayscale: #2F2F2F. Windows color (decimal): -9758963 or 857963. OLE color: 857963.

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

Color convert

RGB 107 23 13 -
CMYK 0 0.79 0.88 0.58
HSL 6.38º 0.78% 0.24% -
HSV(B) 6.38º 0.88% 0.42% -
XYZ 6.44 3.77 0.77 -
YUV 46.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 107 23 13 0 0.79 0.88 0.58 6.38 0.78 0.24
Hex 6B 17 D 0 4F 58 3A 6 4E 18
Octal 153 27 15 0 117 130 72 6 116 30
Binary 1101011 10111 1101 0 1001111 1011000 111010 110 1001110 11000

Color Harmonies of #6B170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B170D

Black with #6B170D

Text Example


Text Example

White with #6B170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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