Html Css Color HEX #691C14 Red Oxide

📋 copy color: '#691C14'

red 105 ◦ green 28 ◦ blue 20

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

Shades of Red Oxide #691C14

Tints of Red Oxide #691C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.3%

 BLUE value IS 20 (8.2% from 255) = 13.07%

R = 68.63%
G = 18.3%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#691C14 (or 0x691C14) is known color: Red Oxide. HEX triplet: 69, 1C and 14. RGB value is (105,28,20). Sum of RGB (Red+Green+Blue) = 105+28+20=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #691C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691C14 is #96E3EB. Grayscale: #323232. Windows color (decimal): -9888748 or 1317993. OLE color: 1317993.

HSL color Cylindrical-coordinate representation of color #691C14: hue angle of 5.65º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #691C14 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 28 20 -
CMYK 0 0.73 0.81 0.59
HSL 5.65º 0.68% 0.25% -
HSV(B) 5.65º 0.81% 0.41% -
XYZ 6.37 3.88 1.08 -
YUV 50.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 105 28 20 0 0.73 0.81 0.59 5.65 0.68 0.25
Hex 69 1C 14 0 49 51 3B 6 44 19
Octal 151 34 24 0 111 121 73 6 104 31
Binary 1101001 11100 10100 0 1001001 1010001 111011 110 1000100 11001

Color Harmonies of #691C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691C14

Black with #691C14

Text Example


Text Example

White with #691C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691C14; }

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

 H1.HeaderClassName
 {
   color: #691C14;
 }
 .AnyTagClassName
 {
   color: #691C14;
 }
</style>

background-color css

<style>
 a { background-color: #691C14; }

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

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

border-color css

<style>
 span { border-color: #691C14; }

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

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