Html Css Color HEX #6F231A Red Oxide

📋 copy color: '#6F231A'

red 111 ◦ green 35 ◦ blue 26

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

Shades of Red Oxide #6F231A

Tints of Red Oxide #6F231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

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

R = 64.53%
G = 20.35%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F231A (or 0x6F231A) is known color: Red Oxide. HEX triplet: 6F, 23 and 1A. RGB value is (111,35,26). Sum of RGB (Red+Green+Blue) = 111+35+26=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F231A is #90DCE5. Grayscale: #383838. Windows color (decimal): -9493734 or 1713007. OLE color: 1713007.

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

Color convert

RGB 111 35 26 -
CMYK 0 0.68 0.77 0.56
HSL 6.35º 0.62% 0.27% -
HSV(B) 6.35º 0.77% 0.44% -
XYZ 7.34 4.66 1.49 -
YUV 56.7 110.68 166.73 -
System Red Green Blue C M Y K H S L
Decimal 111 35 26 0 0.68 0.77 0.56 6.35 0.62 0.27
Hex 6F 23 1A 0 44 4D 38 6 3E 1B
Octal 157 43 32 0 104 115 70 6 76 33
Binary 1101111 100011 11010 0 1000100 1001101 111000 110 111110 11011

Color Harmonies of #6F231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F231A

Black with #6F231A

Text Example


Text Example

White with #6F231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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