Html Css Color HEX #6E231C Red Oxide

📋 copy color: '#6E231C'

red 110 ◦ green 35 ◦ blue 28

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

Shades of Red Oxide #6E231C

Tints of Red Oxide #6E231C

RGB

 RED value IS 110 (43.36% from 255) = 63.58%

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

 BLUE value IS 28 (11.33% from 255) = 16.18%

R = 63.58%
G = 20.23%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6E231C (or 0x6E231C) is known color: Red Oxide. HEX triplet: 6E, 23 and 1C. RGB value is (110,35,28). Sum of RGB (Red+Green+Blue) = 110+35+28=173 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.58% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 110 - color contains mainly: red. Hex color #6E231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E231C is #91DCE3. Grayscale: #383838. Windows color (decimal): -9559268 or 1844078. OLE color: 1844078.

HSL color Cylindrical-coordinate representation of color #6E231C: hue angle of 5.12º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E231C is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 35 28 -
CMYK 0 0.68 0.75 0.57
HSL 5.12º 0.59% 0.27% -
HSV(B) 5.12º 0.75% 0.43% -
XYZ 7.24 4.6 1.61 -
YUV 56.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 110 35 28 0 0.68 0.75 0.57 5.12 0.59 0.27
Hex 6E 23 1C 0 44 4B 39 5 3B 1B
Octal 156 43 34 0 104 113 71 5 73 33
Binary 1101110 100011 11100 0 1000100 1001011 111001 101 111011 11011

Color Harmonies of #6E231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E231C

Black with #6E231C

Text Example


Text Example

White with #6E231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,35,28); }

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

background-color css

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

 a { background-color: rgb(110,35,28); }

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

border-color css

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

 span { border-color: rgb(110,35,28); }

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