Html Css Color HEX #6B211D Red Oxide

📋 copy color: '#6B211D'

red 107 ◦ green 33 ◦ blue 29

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

Shades of Red Oxide #6B211D

Tints of Red Oxide #6B211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.53%

 BLUE value IS 29 (11.72% from 255) = 17.16%

R = 63.31%
G = 19.53%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6B211D (or 0x6B211D) is known color: Red Oxide. HEX triplet: 6B, 21 and 1D. RGB value is (107,33,29). Sum of RGB (Red+Green+Blue) = 107+33+29=169 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.31% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 107 - color contains mainly: red. Hex color #6B211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B211D is #94DEE2. Grayscale: #363636. Windows color (decimal): -9756387 or 1909099. OLE color: 1909099.

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

Color convert

RGB 107 33 29 -
CMYK 0 0.69 0.73 0.58
HSL 3.08º 0.57% 0.27% -
HSV(B) 3.08º 0.73% 0.42% -
XYZ 6.83 4.3 1.63 -
YUV 54.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 107 33 29 0 0.69 0.73 0.58 3.08 0.57 0.27
Hex 6B 21 1D 0 45 49 3A 3 39 1B
Octal 153 41 35 0 105 111 72 3 71 33
Binary 1101011 100001 11101 0 1000101 1001001 111010 11 111001 11011

Color Harmonies of #6B211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B211D

Black with #6B211D

Text Example


Text Example

White with #6B211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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