Html Css Color HEX #69140F Red Oxide

📋 copy color: '#69140F'

red 105 ◦ green 20 ◦ blue 15

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

Shades of Red Oxide #69140F

Tints of Red Oxide #69140F

RGB

 RED value IS 105 (41.41% from 255) = 75%

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

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

R = 75%
G = 14.29%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#69140F (or 0x69140F) is known color: Red Oxide. HEX triplet: 69, 14 and 0F. RGB value is (105,20,15). Sum of RGB (Red+Green+Blue) = 105+20+15=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #69140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69140F is #96EBF0. Grayscale: #2C2C2C. Windows color (decimal): -9890801 or 988265. OLE color: 988265.

HSL color Cylindrical-coordinate representation of color #69140F: hue angle of 3.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69140F is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 20 15 -
CMYK 0 0.81 0.86 0.59
HSL 3.33º 0.75% 0.24% -
HSV(B) 3.33º 0.86% 0.41% -
XYZ 6.16 3.54 0.81 -
YUV 44.85 111.16 170.91 -
System Red Green Blue C M Y K H S L
Decimal 105 20 15 0 0.81 0.86 0.59 3.33 0.75 0.24
Hex 69 14 F 0 51 56 3B 3 4B 18
Octal 151 24 17 0 121 126 73 3 113 30
Binary 1101001 10100 1111 0 1010001 1010110 111011 11 1001011 11000

Color Harmonies of #69140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69140F

Black with #69140F

Text Example


Text Example

White with #69140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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