Html Css Color HEX #69200F Red Oxide

📋 copy color: '#69200F'

red 105 ◦ green 32 ◦ blue 15

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

Shades of Red Oxide #69200F

Tints of Red Oxide #69200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.05%

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

R = 69.08%
G = 21.05%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#69200F (or 0x69200F) is known color: Red Oxide. HEX triplet: 69, 20 and 0F. RGB value is (105,32,15). Sum of RGB (Red+Green+Blue) = 105+32+15=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #69200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69200F is #96DFF0. Grayscale: #343434. Windows color (decimal): -9887729 or 991337. OLE color: 991337.

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

Color convert

RGB 105 32 15 -
CMYK 0 0.70 0.86 0.59
HSL 11.33º 0.75% 0.24% -
HSV(B) 11.33º 0.86% 0.41% -
XYZ 6.43 4.07 0.9 -
YUV 51.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 105 32 15 0 0.70 0.86 0.59 11.33 0.75 0.24
Hex 69 20 F 0 46 56 3B B 4B 18
Octal 151 40 17 0 106 126 73 13 113 30
Binary 1101001 100000 1111 0 1000110 1010110 111011 1011 1001011 11000

Color Harmonies of #69200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69200F

Black with #69200F

Text Example


Text Example

White with #69200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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