Html Css Color HEX #6B1D17 Red Oxide

📋 copy color: '#6B1D17'

red 107 ◦ green 29 ◦ blue 23

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

Shades of Red Oxide #6B1D17

Tints of Red Oxide #6B1D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.47%

R = 67.3%
G = 18.24%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B1D17 (or 0x6B1D17) is known color: Red Oxide. HEX triplet: 6B, 1D and 17. RGB value is (107,29,23). Sum of RGB (Red+Green+Blue) = 107+29+23=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1D17 is #94E2E8. Grayscale: #333333. Windows color (decimal): -9757417 or 1514859. OLE color: 1514859.

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

Color convert

RGB 107 29 23 -
CMYK 0 0.73 0.79 0.58
HSL 4.29º 0.65% 0.25% -
HSV(B) 4.29º 0.79% 0.42% -
XYZ 6.66 4.07 1.24 -
YUV 51.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 107 29 23 0 0.73 0.79 0.58 4.29 0.65 0.25
Hex 6B 1D 17 0 49 4F 3A 4 41 19
Octal 153 35 27 0 111 117 72 4 101 31
Binary 1101011 11101 10111 0 1001001 1001111 111010 100 1000001 11001

Color Harmonies of #6B1D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1D17

Black with #6B1D17

Text Example


Text Example

White with #6B1D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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