Html Css Color HEX #69170F Red Oxide

📋 copy color: '#69170F'

red 105 ◦ green 23 ◦ blue 15

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

Shades of Red Oxide #69170F

Tints of Red Oxide #69170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.08%

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

R = 73.43%
G = 16.08%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#69170F (or 0x69170F) is known color: Red Oxide. HEX triplet: 69, 17 and 0F. RGB value is (105,23,15). Sum of RGB (Red+Green+Blue) = 105+23+15=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #69170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69170F is #96E8F0. Grayscale: #2E2E2E. Windows color (decimal): -9890033 or 989033. OLE color: 989033.

HSL color Cylindrical-coordinate representation of color #69170F: hue angle of 5.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 #69170F is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 23 15 -
CMYK 0 0.78 0.86 0.59
HSL 5.33º 0.75% 0.24% -
HSV(B) 5.33º 0.86% 0.41% -
XYZ 6.22 3.65 0.83 -
YUV 46.61 110.17 169.65 -
System Red Green Blue C M Y K H S L
Decimal 105 23 15 0 0.78 0.86 0.59 5.33 0.75 0.24
Hex 69 17 F 0 4E 56 3B 5 4B 18
Octal 151 27 17 0 116 126 73 5 113 30
Binary 1101001 10111 1111 0 1001110 1010110 111011 101 1001011 11000

Color Harmonies of #69170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69170F

Black with #69170F

Text Example


Text Example

White with #69170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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