Html Css Color HEX #6B211E Red Oxide

📋 copy color: '#6B211E'

red 107 ◦ green 33 ◦ blue 30

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

Shades of Red Oxide #6B211E

Tints of Red Oxide #6B211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.65%

R = 62.94%
G = 19.41%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6B211E (or 0x6B211E) is known color: Red Oxide. HEX triplet: 6B, 21 and 1E. RGB value is (107,33,30). Sum of RGB (Red+Green+Blue) = 107+33+30=170 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.94% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 107 - color contains mainly: red. Hex color #6B211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B211E is #94DEE1. Grayscale: #363636. Windows color (decimal): -9756386 or 1974635. OLE color: 1974635.

HSL color Cylindrical-coordinate representation of color #6B211E: hue angle of 2.34º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B211E is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 33 30 -
CMYK 0 0.69 0.72 0.58
HSL 2.34º 0.56% 0.27% -
HSV(B) 2.34º 0.72% 0.42% -
XYZ 6.84 4.31 1.7 -
YUV 54.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 107 33 30 0 0.69 0.72 0.58 2.34 0.56 0.27
Hex 6B 21 1E 0 45 48 3A 2 38 1B
Octal 153 41 36 0 105 110 72 2 70 33
Binary 1101011 100001 11110 0 1000101 1001000 111010 10 111000 11011

Color Harmonies of #6B211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B211E

Black with #6B211E

Text Example


Text Example

White with #6B211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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