Html Css Color HEX #6F201A Red Oxide

📋 copy color: '#6F201A'

red 111 ◦ green 32 ◦ blue 26

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

Shades of Red Oxide #6F201A

Tints of Red Oxide #6F201A

RGB

 RED value IS 111 (43.75% from 255) = 65.68%

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

 BLUE value IS 26 (10.55% from 255) = 15.38%

R = 65.68%
G = 18.93%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F201A (or 0x6F201A) is known color: Red Oxide. HEX triplet: 6F, 20 and 1A. RGB value is (111,32,26). Sum of RGB (Red+Green+Blue) = 111+32+26=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F201A is #90DFE5. Grayscale: #373737. Windows color (decimal): -9494502 or 1712239. OLE color: 1712239.

HSL color Cylindrical-coordinate representation of color #6F201A: hue angle of 4.24º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F201A is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 32 26 -
CMYK 0 0.71 0.77 0.56
HSL 4.24º 0.62% 0.27% -
HSV(B) 4.24º 0.77% 0.44% -
XYZ 7.26 4.49 1.46 -
YUV 54.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 111 32 26 0 0.71 0.77 0.56 4.24 0.62 0.27
Hex 6F 20 1A 0 47 4D 38 4 3E 1B
Octal 157 40 32 0 107 115 70 4 76 33
Binary 1101111 100000 11010 0 1000111 1001101 111000 100 111110 11011

Color Harmonies of #6F201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F201A

Black with #6F201A

Text Example


Text Example

White with #6F201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,32,26); }

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

background-color css

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

 a { background-color: rgb(111,32,26); }

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

border-color css

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

 span { border-color: rgb(111,32,26); }

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