Html Css Color HEX #6B201E Red Oxide

📋 copy color: '#6B201E'

red 107 ◦ green 32 ◦ blue 30

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

Shades of Red Oxide #6B201E

Tints of Red Oxide #6B201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.93%

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

R = 63.31%
G = 18.93%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6B201E (or 0x6B201E) is known color: Red Oxide. HEX triplet: 6B, 20 and 1E. RGB value is (107,32,30). Sum of RGB (Red+Green+Blue) = 107+32+30=169 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.31% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 107 - color contains mainly: red. Hex color #6B201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B201E is #94DFE1. Grayscale: #363636. Windows color (decimal): -9756642 or 1974379. OLE color: 1974379.

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

Color convert

RGB 107 32 30 -
CMYK 0 0.70 0.72 0.58
HSL 1.56º 0.56% 0.27% -
HSV(B) 1.56º 0.72% 0.42% -
XYZ 6.81 4.25 1.69 -
YUV 54.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 107 32 30 0 0.70 0.72 0.58 1.56 0.56 0.27
Hex 6B 20 1E 0 46 48 3A 2 38 1B
Octal 153 40 36 0 106 110 72 2 70 33
Binary 1101011 100000 11110 0 1000110 1001000 111010 10 111000 11011

Color Harmonies of #6B201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B201E

Black with #6B201E

Text Example


Text Example

White with #6B201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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