Html Css Color HEX #6F221A Red Oxide

📋 copy color: '#6F221A'

red 111 ◦ green 34 ◦ blue 26

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

Shades of Red Oxide #6F221A

Tints of Red Oxide #6F221A

RGB

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

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

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

R = 64.91%
G = 19.88%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F221A (or 0x6F221A) is known color: Red Oxide. HEX triplet: 6F, 22 and 1A. RGB value is (111,34,26). Sum of RGB (Red+Green+Blue) = 111+34+26=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F221A is #90DDE5. Grayscale: #383838. Windows color (decimal): -9493990 or 1712751. OLE color: 1712751.

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

Color convert

RGB 111 34 26 -
CMYK 0 0.69 0.77 0.56
HSL 5.65º 0.62% 0.27% -
HSV(B) 5.65º 0.77% 0.44% -
XYZ 7.31 4.6 1.48 -
YUV 56.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 111 34 26 0 0.69 0.77 0.56 5.65 0.62 0.27
Hex 6F 22 1A 0 45 4D 38 6 3E 1B
Octal 157 42 32 0 105 115 70 6 76 33
Binary 1101111 100010 11010 0 1000101 1001101 111000 110 111110 11011

Color Harmonies of #6F221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F221A

Black with #6F221A

Text Example


Text Example

White with #6F221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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