Html Css Color HEX #6F1E1D Red Oxide

📋 copy color: '#6F1E1D'

red 111 ◦ green 30 ◦ blue 29

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

Shades of Red Oxide #6F1E1D

Tints of Red Oxide #6F1E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.65%

 BLUE value IS 29 (11.72% from 255) = 17.06%

R = 65.29%
G = 17.65%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F1E1D (or 0x6F1E1D) is known color: Red Oxide. HEX triplet: 6F, 1E and 1D. RGB value is (111,30,29). Sum of RGB (Red+Green+Blue) = 111+30+29=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E1D is #90E1E2. Grayscale: #363636. Windows color (decimal): -9495011 or 1908335. OLE color: 1908335.

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

Color convert

RGB 111 30 29 -
CMYK 0 0.73 0.74 0.56
HSL 0.73º 0.59% 0.27% -
HSV(B) 0.73º 0.74% 0.44% -
XYZ 7.24 4.4 1.63 -
YUV 54.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 111 30 29 0 0.73 0.74 0.56 0.73 0.59 0.27
Hex 6F 1E 1D 0 49 4A 38 1 3B 1B
Octal 157 36 35 0 111 112 70 1 73 33
Binary 1101111 11110 11101 0 1001001 1001010 111000 1 111011 11011

Color Harmonies of #6F1E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1E1D

Black with #6F1E1D

Text Example


Text Example

White with #6F1E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,30,29); }

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

background-color css

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

 a { background-color: rgb(111,30,29); }

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

border-color css

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

 span { border-color: rgb(111,30,29); }

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