Html Css Color HEX #6B221D Red Oxide

📋 copy color: '#6B221D'

red 107 ◦ green 34 ◦ blue 29

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

Shades of Red Oxide #6B221D

Tints of Red Oxide #6B221D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20%

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

R = 62.94%
G = 20%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6B221D (or 0x6B221D) is known color: Red Oxide. HEX triplet: 6B, 22 and 1D. RGB value is (107,34,29). Sum of RGB (Red+Green+Blue) = 107+34+29=170 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.94% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 107 - color contains mainly: red. Hex color #6B221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B221D is #94DDE2. Grayscale: #373737. Windows color (decimal): -9756131 or 1909355. OLE color: 1909355.

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

Color convert

RGB 107 34 29 -
CMYK 0 0.68 0.73 0.58
HSL 3.85º 0.57% 0.27% -
HSV(B) 3.85º 0.73% 0.42% -
XYZ 6.86 4.36 1.64 -
YUV 55.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 107 34 29 0 0.68 0.73 0.58 3.85 0.57 0.27
Hex 6B 22 1D 0 44 49 3A 4 39 1B
Octal 153 42 35 0 104 111 72 4 71 33
Binary 1101011 100010 11101 0 1000100 1001001 111010 100 111001 11011

Color Harmonies of #6B221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B221D

Black with #6B221D

Text Example


Text Example

White with #6B221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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