Html Css Color HEX #67140A Red Oxide

📋 copy color: '#67140A'

red 103 ◦ green 20 ◦ blue 10

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

Shades of Red Oxide #67140A

Tints of Red Oxide #67140A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.52%

R = 77.44%
G = 15.04%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#67140A (or 0x67140A) is known color: Red Oxide. HEX triplet: 67, 14 and 0A. RGB value is (103,20,10). Sum of RGB (Red+Green+Blue) = 103+20+10=133 (17% of max value = 765). Red value is 103 (40.62% from 255 or 77.44% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 103 - color contains mainly: red. Hex color #67140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67140A is #98EBF5. Grayscale: #2B2B2B. Windows color (decimal): -10021878 or 660583. OLE color: 660583.

HSL color Cylindrical-coordinate representation of color #67140A: hue angle of 6.45º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67140A is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 20 10 -
CMYK 0 0.81 0.90 0.60
HSL 6.45º 0.82% 0.22% -
HSV(B) 6.45º 0.9% 0.4% -
XYZ 5.9 3.41 0.63 -
YUV 43.68 109 170.31 -
System Red Green Blue C M Y K H S L
Decimal 103 20 10 0 0.81 0.90 0.60 6.45 0.82 0.22
Hex 67 14 A 0 51 5A 3C 6 52 16
Octal 147 24 12 0 121 132 74 6 122 26
Binary 1100111 10100 1010 0 1010001 1011010 111100 110 1010010 10110

Color Harmonies of #67140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67140A

Black with #67140A

Text Example


Text Example

White with #67140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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