Html Css Color HEX #6F211A Red Oxide

📋 copy color: '#6F211A'

red 111 ◦ green 33 ◦ blue 26

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

Shades of Red Oxide #6F211A

Tints of Red Oxide #6F211A

RGB

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

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

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

R = 65.29%
G = 19.41%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F211A (or 0x6F211A) is known color: Red Oxide. HEX triplet: 6F, 21 and 1A. RGB value is (111,33,26). Sum of RGB (Red+Green+Blue) = 111+33+26=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F211A is #90DEE5. Grayscale: #373737. Windows color (decimal): -9494246 or 1712495. OLE color: 1712495.

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

Color convert

RGB 111 33 26 -
CMYK 0 0.70 0.77 0.56
HSL 4.94º 0.62% 0.27% -
HSV(B) 4.94º 0.77% 0.44% -
XYZ 7.29 4.54 1.47 -
YUV 55.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 111 33 26 0 0.70 0.77 0.56 4.94 0.62 0.27
Hex 6F 21 1A 0 46 4D 38 5 3E 1B
Octal 157 41 32 0 106 115 70 5 76 33
Binary 1101111 100001 11010 0 1000110 1001101 111000 101 111110 11011

Color Harmonies of #6F211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F211A

Black with #6F211A

Text Example


Text Example

White with #6F211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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