Html Css Color HEX #67140F Red Oxide

📋 copy color: '#67140F'

red 103 ◦ green 20 ◦ blue 15

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

Shades of Red Oxide #67140F

Tints of Red Oxide #67140F

RGB

 RED value IS 103 (40.63% from 255) = 74.64%

 GREEN value IS 20 (8.2% from 255) = 14.49%

 BLUE value IS 15 (6.25% from 255) = 10.87%

R = 74.64%
G = 14.49%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#67140F (or 0x67140F) is known color: Red Oxide. HEX triplet: 67, 14 and 0F. RGB value is (103,20,15). Sum of RGB (Red+Green+Blue) = 103+20+15=138 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.64% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 103 - color contains mainly: red. Hex color #67140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67140F is #98EBF0. Grayscale: #2C2C2C. Windows color (decimal): -10021873 or 988263. OLE color: 988263.

HSL color Cylindrical-coordinate representation of color #67140F: hue angle of 3.41º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67140F is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 20 15 -
CMYK 0 0.81 0.85 0.60
HSL 3.41º 0.75% 0.23% -
HSV(B) 3.41º 0.85% 0.4% -
XYZ 5.93 3.42 0.8 -
YUV 44.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 103 20 15 0 0.81 0.85 0.60 3.41 0.75 0.23
Hex 67 14 F 0 51 55 3C 3 4B 17
Octal 147 24 17 0 121 125 74 3 113 27
Binary 1100111 10100 1111 0 1010001 1010101 111100 11 1001011 10111

Color Harmonies of #67140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67140F

Black with #67140F

Text Example


Text Example

White with #67140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67140F; }

 p { color: rgb(103,20,15); }

 H1.HeaderClassName
 {
   color: #67140F;
 }
 .AnyTagClassName
 {
   color: #67140F;
 }
</style>

background-color css

<style>
 a { background-color: #67140F; }

 a { background-color: rgb(103,20,15); }

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

border-color css

<style>
 span { border-color: #67140F; }

 span { border-color: rgb(103,20,15); }

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