Html Css Color HEX #670E08 Red Oxide

📋 copy color: '#670E08'

red 103 ◦ green 14 ◦ blue 8

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

Shades of Red Oxide #670E08

Tints of Red Oxide #670E08

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.2%

 BLUE value IS 8 (3.52% from 255) = 6.4%

R = 82.4%
G = 11.2%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#670E08 (or 0x670E08) is known color: Red Oxide. HEX triplet: 67, 0E and 08. RGB value is (103,14,8). Sum of RGB (Red+Green+Blue) = 103+14+8=125 (16% of max value = 765). Red value is 103 (40.62% from 255 or 82.4% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 103 - color contains mainly: red. Hex color #670E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670E08 is #98F1F7. Grayscale: #282828. Windows color (decimal): -10023416 or 527975. OLE color: 527975.

HSL color Cylindrical-coordinate representation of color #670E08: hue angle of 3.79º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670E08 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 14 8 -
CMYK 0 0.86 0.92 0.60
HSL 3.79º 0.86% 0.22% -
HSV(B) 3.79º 0.92% 0.4% -
XYZ 5.79 3.22 0.54 -
YUV 39.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 103 14 8 0 0.86 0.92 0.60 3.79 0.86 0.22
Hex 67 E 8 0 56 5C 3C 4 56 16
Octal 147 16 10 0 126 134 74 4 126 26
Binary 1100111 1110 1000 0 1010110 1011100 111100 100 1010110 10110

Color Harmonies of #670E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670E08

Black with #670E08

Text Example


Text Example

White with #670E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670E08; }

 p { color: rgb(103,14,8); }

 H1.HeaderClassName
 {
   color: #670E08;
 }
 .AnyTagClassName
 {
   color: #670E08;
 }
</style>

background-color css

<style>
 a { background-color: #670E08; }

 a { background-color: rgb(103,14,8); }

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

border-color css

<style>
 span { border-color: #670E08; }

 span { border-color: rgb(103,14,8); }

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